Silvanite / novatoolpermissions

Laravel Nova Permissions Tool (User, Roles and Permissions / Access Control (ACL))
MIT License
101 stars 32 forks source link

ability to customize Nova availableForNavigation function #57

Closed nchornii closed 4 years ago

nchornii commented 4 years ago

For now, the Roles menu is displaying for everyone. Need ability to create custom availableForNavigation function to display only for admins

m2de commented 4 years ago

It shouldn't be displayed unless a user has viewRoles permission. Also, if no user is assigned viewRoles then all users will see it.

nchornii commented 4 years ago

@m2de that works, thanks