F
Filament2mo ago
Tux

Sub-Tenancy ?

I have a Filament panel where the tenant functionality is active. Each tenant consists of multiple sites. Now, I want to create another panel where I can manage the documentation for the sites of the respective tenant. What is the best way to implement this in Filament? As far as I know, there is no built-in "sub-tenant" functionality.
1 Reply
Jonas
Jonas2mo ago
Not sure if it fits your usecase, but what i do is that i have two panels, each with a different tenant model. In my case i have an agency tenant, which can have many clients. So i have one panel which is tenanted per client, and one per agency. Idk if its a good practise to do it this way, but has worked fine for me.
No description

Did you find this page helpful?