| Package Data | |
|---|---|
| Maintainer Username: | yajra |
| Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
| Package Create Date: | 2015-12-22 |
| Package Last Update: | 2025-10-04 |
| Home Page: | https://yajrabox.com/docs/laravel-acl |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:14:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 82,696 |
| Monthly Downloads: | 3,634 |
| Daily Downloads: | 208 |
| Total Stars: | 111 |
| Total Watchers: | 1 |
| Total Forks: | 31 |
| Total Open Issues: | 1 |
Laravel ACL is a simple role, permission ACL for Laravel Framework. This package was based on the great package Caffeinated/Shinobi but is fully compatible with Laravel's built-in Gate/Authorization system.
Via Composer
$ composer require yajra/laravel-acl:^3.0
Register service provider (Optional on Laravel 5.5).
Yajra\Acl\AclServiceProvider::class
Publish assets (Optional):
$ php artisan vendor:publish --tag=laravel-acl
Run migrations:
php artisan migrate
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.