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.
2 Replies
Matthew
Matthew2w ago
Which bits of the documentation have you read so far on this ?
OvaDose
OvaDose2w ago
I have previous experience with V2 and a multitenancy using form and table builders but never done it with Panel Builder and not even sure if its even possible