Project with multi-tenancy (multi-database)
Hi everyone ππ»
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?
Thank you all?
GitHub
GitHub - archtechx/tenancy: Automatic multi-tenancy for Laravel. No...
Automatic multi-tenancy for Laravel. No code changes needed. - archtechx/tenancy
6 Replies
it's able
@krekas do you know if there's some documentation or tutorial about it? As far as I know the official one is to do it with single database system. Thank you!
i would rethink if you really need multi db
Well, this is another good question that I'm asking to myself, but anyway I would like to know how to achieve that.
there's no tutorial that would work 100% by following it
better ditch multidb
and sleep better at night
Ok thank you!