Is it possible to have multiple tenant instances in one panel?
Hello!
We currently have a SaaS application developed in Laravel. We want to migrate this to Filament (v3). We have just one question: is it possible to create tenancy for organizations and teams?
So, not only teams, but organizations should be at a higher level, and teams should be associated with an organization.
It should also be possible for some users to not choose any team at all (admins). They should be able to access all data without the "where team_id = X" restrictions, only the "where organisation_id = X".
We currently have a SaaS application developed in Laravel. We want to migrate this to Filament (v3). We have just one question: is it possible to create tenancy for organizations and teams?
So, not only teams, but organizations should be at a higher level, and teams should be associated with an organization.
It should also be possible for some users to not choose any team at all (admins). They should be able to access all data without the "where team_id = X" restrictions, only the "where organisation_id = X".
