I want to do a little project with multi-database multi-tenany using https://github.com/archtechx/tenancy package, Laravel 11 and our beloved Filament . Basically I want:
- A central Admin panel to manage tenants. - Each tenant must have it's own admin panel.
Is Filament able to do that with a multi-database approach or it must be with single database?