laravel-nova-permission icon indicating copy to clipboard operation
laravel-nova-permission copied to clipboard

Question: Add Permissions to Roles and Permissions

Open jasonmccuen opened this issue 5 years ago • 4 comments

Is there a way to add a permission requirement for the Roles and Permissions resources?

jasonmccuen avatar Feb 13 '19 21:02 jasonmccuen

Idem

denbrian avatar Mar 23 '19 00:03 denbrian

@jasonmccuen check this https://nova.laravel.com/docs/2.0/customization/tools.html#authorization

donmbelembe avatar Apr 21 '19 09:04 donmbelembe

I even discover canSeeWhen function, not in the doc but let you assign directly the permission

canseewhen

donmbelembe avatar Apr 21 '19 09:04 donmbelembe

Thanks @donmbelembe - That canSeeWhen() looks like it will come in handy.

jasonmccuen avatar Apr 21 '19 09:04 jasonmccuen