Hi Frinds, I try to install the new Metronic v8.2.6 for Laravel,
first all looks god, but the Datatable migration failed!
php artisan migrate:fresh
Running migrations
Create permission Tables
Error:
Access to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermission
Please look for this bug or can you give me a Tip to fix the Problem?
Thanks a lot, Uwe
@2 player games This is helpful! I didn't realize the library had an update that could fix migration issues. Following your steps helped me get past the error quickly. It's always good to check for updates when encountering issues like these. Thanks for sharing your solution!
Hi
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