Replies: 1 comment
-
I subsequently found a potential solution, which works, but I don't really understand it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed a new app using Laravel 11, and added Filament and Laravel-multitenancy.
Following the manual, I set up multiple databases and ran the migrations, and that all worked.
I then attempted to add a Filament user using the normal artisan command from Filament, and that created a user on the landlord database as expected, and I can log in on the landlord panel in Filament using the landlord url.
Next I tried to create tenant users as sung this command:
:~/Projects/merlin$ a tenants:artisan "make:filament-user"
This seemed to work according to the output on the terminal - the command was rum for tenant (id: 1) and (id: 2) as expected. However, the users were created in the landlord database.
I can log in to the tenant or landlord panel using the appropriate url with any of the three users I created.
Is this possibly related to Laravel 11?
Beta Was this translation helpful? Give feedback.
All reactions