multi-tenant with multi domains?
Hello,
First I'm so sorry for the post but I'm new in laravel and filament world
I have application written in pure php and I want to move it to filament world
The application is multi-tenant with multi role level from admin to normal user but each tenant have domain
Can I do it with filament or I need to stick with pure php?
Thanks and best regards
5 Replies
You can do it with Filament. Out of box we support single-databaase tenancy: https://filamentphp.com/docs/3.x/panels/tenancy
If you need multi-database tenancy check spatie/tenancy or Tenancy For Laravel
Thanks alot I will try to install it in local host and play with it
this can works still if im using v3 right?
Yes. For Tenancy For Laravel there are some extra steps apparently if you use v3 of that package (v4 is still alpha)