keenminded
How to use Laravel 11 Context for Multi-Tenancy with Filament Panels?
Has anyone tried getting Filament to work with the Laravel 11 Context feature? I am trying to make multi-tenancy work using domain context to identify tenants (see: https://x.com/davidhemphill/status/1770893521748123683), and then I will use Filament's own multi-tenancy on a Project class so each project under a tenant has a dashboard and pages. Or, if that doesn't sound plausible, is there any tutorial/documentation/example of how such "nested" tenancy can be implemented?
At a high level, I have a Tenant -> Multiple Projects -> each project has admins and registered users. I feel like I'm in a live Inception movie here trying to get this working properly.
Some clarity or direction would be appreciated. Thank you in advance.
6 replies