laravel-acl icon indicating copy to clipboard operation
laravel-acl copied to clipboard

Light-weight role-based permissions system for Laravel 6+ built in Auth system.

Results 75 laravel-acl issues
Sort by recently updated
recently updated
newest added

I've been trying to modify your package to try and implement a Role inheritance feature but I've had a bit of trouble, I lack advanced PHP skills. Eg: ``` owner...

I can't fully understand permissions slug. Let's pretend I've got to manage a single permission, for example '_create users_', which I could attach to a role or to a single...

Good day. I try yo update roles for user. Updating works well, but after updating I have a problem that method `getRoles()` returns previous state. I tried to change `'cacheMinutes'...

// permissions based on role. // more permissive permission wins // if user has multiple roles we keep // true values. This does not happen because of the following condition:...

hi, i use entrust before to control acl in laravel when my project is still laravel 4, and now with laravel 5.2 entrust no longer work, especialy in route filtering......

I am trying to print out the role slug that my user is associated with in blade. How can I accomplish this?

So I went about protecting my user routes with the protect_alias feature. Here are my test circumstances: Database has: A user (ID: 1), A role (ID: 1) called "admin", a...

Hi, It's possible to assign/create a role for anonymous user? Thanks.

In case someone uses a provider other than default "user" provider in laravel, this package will not handle it. While assigning the role, I got an error. Base table or...

Hi, Are you able to add a method getRolesById() to return the role ids rather than slugs? Thanks