You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Tenancy and I have a problem with your migrations.
When I do a "artisan migrate:fresh", I don't want your migrations to automatically be run (because I want them for each Tenant, not for the "central app").
Hello,
I'm using Tenancy and I have a problem with your migrations.
When I do a "artisan migrate:fresh", I don't want your migrations to automatically be run (because I want them for each Tenant, not for the "central app").
Can you do something so we can :
Laravel Sanctum does it very well : https://laravel.com/docs/9.x/sanctum#migration-customization
Thanks !
The text was updated successfully, but these errors were encountered: