nova-permissions
nova-permissions copied to clipboard
Temporary solution to install this package
You can add this to your composer.json to install this package:
"replace": { "spatie/laravel-permission": "*" }
Then install the package.
Hi mastani, this work with laravel 8 and nova 3.30?
If you use the new Model directory, maybe not.
* @param \App\User $user
Instead of
* @param \App\Models\User $user