dizatech/acl-manager
Laravel ACL Manager adds an access control list and user management UI powered by Laratrust. Install via Composer, set your User model in laratrust config, publish the package blade views, and drop into your sidebar to render the admin menu.
This package provides access control list and user manager for laravel apps.
Using Composer :
composer require dizatech/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 />
How can I help you explore Laravel packages today?