Hi Laravel Devs! For anyone who has the experience developing a multitenancy application using Laravel and Spatie multitenancy, how do you guys run the queue and scheduler to process jobs of all tenants. Each tenant has their own database and the connection is only set during the request.
This is my first time developing a multitenancy and I am not sure how to handle these things.
Thank you in advance 😊
Is there a way in tailwind to compile a css file differently?
My project uses tailwind and is configure to have prefix. However, a 3rd party library is using tailwind without prefix. This cause the build to fail.
Is there a way I can process the 3rd party css to compile the tailwind classes with prefix?
Has anyone tried to implement passkey authentication in Laravel? What package/service did you use?
Unlike X, I don't really have to follow people here. Everyone is from Laravel 😂
v1.1.0 is coming this week with the following changes and additions
- Support for storage options for uploading files
- Lifecycle events
- Support for disabling the upload process for specific model class or instance
- Improve temporary URL support for locally uploaded files
- Add more supported files in default mime validation
github.com/nadlambino/laravel-uploadable
I just published the v1 of my first laravel package. This is a simple one. Hoping to get some feedback 🙂
github.com/nadlambino/laravel-uploadable