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
The latest version of Filament Shield has significant issues when executing commands in a multi-tenancy setup. The following problems were encountered:
The latest version of Filament Shield has significant issues when executing commands in a multi-tenancy setup. The following problems were encountered:
php artisan shield:setup --tenant=App\Models\Team
&php artisan shield:install admin
AppServiceProvider
.filament-shield
andpermissions
configuration files are not being created or published as expected.AdminPanelProvider
.Steps to Reproduce:
php artisan shield:setup --tenant=App\Models\Team
in a multi-tenant application.php artisan shield:install admin
and notice the issues inAppServiceProvider
andAdminPanelProvider
.Expected Behavior:
filament-shield
,permissions
, etc.).Environment:
These issues appear to have been introduced with the new multi-tenancy feature in the latest version.
The text was updated successfully, but these errors were encountered: