laravel-nova-permission
laravel-nova-permission copied to clipboard
Question: Add Permissions to Roles and Permissions
trafficstars
Is there a way to add a permission requirement for the Roles and Permissions resources?
Idem
@jasonmccuen check this https://nova.laravel.com/docs/2.0/customization/tools.html#authorization
I even discover canSeeWhen function, not in the doc but let you assign directly the permission
Thanks @donmbelembe - That canSeeWhen() looks like it will come in handy.