laratrust icon indicating copy to clipboard operation
laratrust copied to clipboard

Override User permissions over role permission.

Open arthselcom opened this issue 1 year ago • 0 comments

First of all thanks for the great package.

Currently I am using it in Laravel 9 and I am facing one issue. Whenever I create a user and assign a specific role and permissions to it. In my blade template @permission check, the user which is currently loggedIn can access both the role base permissions as well as permissions which is specific assigned to that user. There is no method which check if this role base user has this permission or not.

arthselcom avatar Aug 03 '22 10:08 arthselcom