nova-permissions icon indicating copy to clipboard operation
nova-permissions copied to clipboard

Temporary solution to install this package

Open mastani opened this issue 4 years ago • 2 comments

You can add this to your composer.json to install this package:

"replace": { "spatie/laravel-permission": "*" }

Then install the package.

mastani avatar Aug 18 '21 22:08 mastani

Hi mastani, this work with laravel 8 and nova 3.30?

myfender avatar Nov 25 '21 10:11 myfender

If you use the new Model directory, maybe not. * @param \App\User $user Instead of * @param \App\Models\User $user

raul3k avatar Aug 30 '22 20:08 raul3k