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.
To avoid cache conflict errors, you must flush the cache of this package before seeding.
app(\Junges\ACL\AclRegistrar::class)->forgetCachedPermissions();
How can I help you explore Laravel packages today?