You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package supports assigning permissions to users/roles.
Your application can then use Laravel's Gate features to call can() and cannot() against those permissions. (There are additional functions like hasRole or hasPermissionTo, but those are more advanced.)
So, if by "deny" you mean calling $user->cannot() then yes.
But, if by "deny" you mean you want to give users a "Manager" role but then "subtract"/deny a permission that the Manager normally has, then no, this package doesn't do that.
This package does "additive" permission assignment, not subtracting.
Dear Mr..,
I want a permission system like Discord.
It is same like that, but need an override way on permission direction.
Can you add it on this source too?
Thanks a lot
The text was updated successfully, but these errors were encountered: