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
php artisan permissions:generate is failing on your 0.4 release because Backpack Permissions has upgraded from using spatie/laravel-permission 1.4 to 2.12. laravel-permission now requires guard_name to specified and as results is failing in the method
php artisan permissions:generate
is failing on your 0.4 release because Backpack Permissions has upgraded from using spatie/laravel-permission 1.4 to 2.12. laravel-permission now requires guard_name to specified and as results is failing in the methodNovius\Backpack\CRUD\PanelTraitscreatePermissions($permissions)
Here is my suggested fix:
The text was updated successfully, but these errors were encountered: