islamrumon/laravel-acl
Laravel ACL provides database-backed roles, groups, and permissions for Laravel 5.8+. Note: unmaintained since Jan 2024; consider spatie/laravel-permission instead.
In some cases, you may want to implement custom logic for checking if the user has a permission or not instead of just checking the users's permissions stored in the database.
If you want to implement custom logic for checking permissions, you must set the register_permission_check_method to falsein config/acl.php.
How can I help you explore Laravel packages today?