This package provides access control list and user manager for laravel apps.
Using Composer :
composer require sinarajabpour1998/acl-manager
packagist : acl-manager
/config/laratrust.php) in user_models section :'user_models' => [
'users' => 'App\Models\User',
],
php artisan vendor:publish --tag=acl-manager
** Please note if you already published the vendor, for updates you can run the following command :
php artisan vendor:publish --tag=acl-manager --force
<x-acl-menu></x-acl-menu>
or shorten tag :
<x-acl-menu />
You can set custom permissions for each section of this package. make sure that you already specified permissions in a seeder.
How can I help you explore Laravel packages today?