laravel-acl
laravel-acl copied to clipboard
Light-weight role-based permissions system for Laravel 6+ built in Auth system.
I want to use this package in the lumen5.2 . But right now I get: [Symfony\Component\Debug\Exception\FatalErrorException] Undefined class constant 'VERSION' Thanks.
I am trying to remove all roles assigned to a user before deleting that user but this error keeps popping up. This is what I did: ``` public function destroy($id)...
Hi @everyone i have searched for the roles and permission for authentifying both users and admin in my app, with a lot tested failed due to to not supporting laravel...
First of all, sorry for creating a new issue, but I didn't know if you look at closed issues. I'm having a issue just like this one and I already...
Hello, can("action.item") not working in laravel ^5.2. your help is much needed. Thank you.
Hello I have a problem running migrations, when I first migrate, everything was normal, but when I tried to reset the migration it returns ``` [Symfony\Component\Debug\Exception\FatalErrorException] Class 'BigintUserKeys' not found...
Interface 'AuthenticatableContract' not found
in laravel 5.1.11 your HasRole trait have collisions with laravel embed traits because in this version of laravel acl system is added check this out
Is it possible to create a permission on an entity' id? i.e. grant permission to a user on "posts" where id = 2?
Is it possible to have two RBAC systems for frontend users and backend admins in Laravel 5.2. Can I do this; **For users** Model ---> User users table ---> users...