Anyone Here implemented Multi Tenancy with Multible Databases using filament?
I am using Stancl Library for Multitenancy and set it up correctly including auth.
But when i try to login from the tenant route , from filament admin login page, it searches for the user in the main app table.
Does anyone know how can i acheive this?
The Login from the tenants subdomain is working fine from my custom auth routes. The issue is with filament only
1 Reply
It took some effort, but using this demo repo as a guide I got everything working.
https://github.com/savannabits/filament-tenancy-starter
GitHub
GitHub - savannabits/filament-tenancy-starter: Starter Code for int...
Starter Code for integrating Filament, Laravel Modules and TenancyForLaravel with a single postgres db and one schema per tenant - savannabits/filament-tenancy-starter