Laravel authentication and ACL package with a cool admin panel. Laravel 12.x
foostart/package-acl is a Laravel package for laravel authentication and acl package with a cool admin panel. laravel 12.x.
It currently has 2 GitHub stars and 25 downloads on Packagist (latest version 12.2.9).
Install it with composer require foostart/package-acl.
Discover more Laravel packages by foostart
or browse all Laravel packages to compare alternatives.
Last updated
git remote set-url origin [email protected]:foostart/package-acl.git
Now open the file config/app.php and add to the providers option the following line:
Now open the file app/Http/Kernel.php and add the following lines to your routeMiddleware array:
Which provider or tag's files would you like to publish?:
Select option [* ] Provider: Foostart\Acl\Authentication\AuthenticationServiceProvider
php artisan vendor:publish --force