Is it possible to have multi-database tenancy
If it's possible, it would be nice to have documentation .
13 Replies
Yes with separate packages like Tenancy for Laravel
Hello, may I join?
I have follow this guide
https://github.com/filamentphp/filamentphp.com/pull/219
but still can't make it right, the tenant database already detected, but when I try to login in admin panel, it's try to connect to central database
GitHub
filament integration with Tenancywithlaravel Full Guide Article by...
a step by step guide which will take your application from single user to multi-tenant application
Sounds like you didn't set the middelwares
middleware on AdminPanelProvider?
Yes
I already add something like this
Try adding it at the end. You put it before the start of the session and auth.
I try that at first, is there any place missing?
If this isn't it, please open a new thread and provide some information on your setup.
oke thank you, i'll try another way around first
you can use this boilerplate https://github.com/codeit-np/saas_boilerplate.git
GitHub
GitHub - codeit-np/saas_boilerplate
Contribute to codeit-np/saas_boilerplate development by creating an account on GitHub.
Hey, can someon help me with setting up multi database tenancy ? i cant figure this out
same with me