OvaDose
Single database multitenancy Filament Panel Application
I would like to create 2 panels (CentralPanel and TenantPanel), where each panel will control a specific models in A single database multi tenancy using "stancl/tenancy"
With the following requirements:
- Central login page (Each user will login and redirect to the dashboard based on their tenant either CentralPanel or TenantPanel)
- The TenantPanel URI must be as follow (foo.localhost:8000/admin) as example.
Since I am using "stancl/tenancy" it will do the trick for me by adding the global query to it. my only concerns is making the routes/panels render as described above! any help is much appreciated.
4 replies