vyuldashev / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
419 stars 217 forks source link

How to use this package into nova resources? #120

Closed starloungeswitzerland closed 4 years ago

starloungeswitzerland commented 4 years ago

Hi, I have used Spatie Permission in a lot of Laravel projects, with blade directives. How can use it with this package into nova resources? Many thanks in advance..

bilfeldt commented 4 years ago

Laravel Nova uses Policies: https://nova.laravel.com/docs/3.0/resources/authorization.html#authorization

So implement the permission check in your policy methods.