Filament Multi-Tenant without Laravel Spark ?

Hello Filament Team, Is there a possibility to make a multi tenant app by using something else than Laravel Spark ?
3 Replies
HappyToDev
HappyToDev4mo ago
Wow, first thank you for your quick answer. Second I have to punish myself, I red the doc and I didn't see the obvious sub menu... I really didn't see this sub menu. I'm so tired. I’ll go back to my bed 😉
Want results from more Discord servers?
Add your server
More Posts
How to number the data in the table?For example when I have 10 values ​​in the table with id from 11 to 20, how do I display the number Question about project filament and seed withProgressBarHi all! In the seeder file using method [withProgressBar](https://github.com/filamentphp/demo/blob/bThe POST method is not supported for route login. Supported methods: GET, HEAD.Hi guys! I am deploying a Laravel FilamanetPHP app in my VPS and after I login in show me this errorTrimStrings Middleware is not working?I add the TrimStrings middleware in the middleware method in the config of the panel, but it does noUpdate field state every time other field updated without using $set()I want to make my field (e.g total) updated every time I change other fields (e.g tax, price, discouget new repeater item only filament when editingI want to decrease user balance everytime they order. This is what I did ```php protected functiConditional 3rd Step in Wizard (Button Doesn't Change from Create to Next, or vice versa).I have a toggle component in step 2, when if toggled on, makes step 3 visible. This works fine usinghow to access current record in form function of Resource file```php class OrderResource extends Resource { protected static ?string $model = Order::class; Rename Resource label on the sidebar and all crud page resourcesI want to rename the label of the resource on the side bar and on all other pages like view , edit Exports - but without column selection optionsI feel that I am missing something. I am successfully using the Export Action on my Filament Table