I am encountering an error during the migration process:
2023_06_11_075700_create_permission_tables ................................................... 89.03ms FAIL
Error Details
Access to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermission
at database/migrations/2023_06_11_075700_create_permission_tables.php:54
50â }
51â });
52â
Please let me know if you need any further assistance or details.
Hi Samuel Olavo
There's an update from the Laravel Permission library. To resolve the issue, please follow these steps:
Update the package:
composer update
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
php artisan migrate