Package Data | |
---|---|
Maintainer Username: | yajra |
Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
Package Create Date: | 2015-12-22 |
Package Last Update: | 2024-12-05 |
Home Page: | https://yajrabox.com/docs/laravel-acl |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-18 03:14:11 |
Package Statistics | |
---|---|
Total Downloads: | 44,625 |
Monthly Downloads: | 1,218 |
Daily Downloads: | 70 |
Total Stars: | 110 |
Total Watchers: | 2 |
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.