yajra / laravel-acl
Laravel ACL is a simple role, permission ACL for Laravel Framework.
Fund package maintenance!
yajra
Installs: 40 949
Dependents: 1
Suggesters: 0
Security: 0
Stars: 108
Watchers: 2
Forks: 31
Open Issues: 1
Requires
- illuminate/database: ^11.0
- illuminate/support: ^11.0
Requires (Dev)
- larastan/larastan: ^2.9.8
- laravel/pint: ^1.17.1
- orchestra/testbench: ^9.2
- rector/rector: ^1.2.2
- dev-master / 11.x-dev
- v11.1.1
- v11.1.0
- v11.0.0
- 10.x-dev
- v10.0.0
- 9.0.x-dev
- v9.0.0
- v6.1.0
- 6.0.x-dev
- v6.0.0
- v5.1.0
- 5.0.x-dev
- v5.0.0
- v4.3.0
- v4.2.0
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- 4.0.x-dev
- v4.0.2
- v4.0.1
- v4.0.0
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.0
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.1
- v3.0.0
- v2.1.1
- v2.1.0
- 2.0.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2024-11-06 08:26:19 UTC
README
Laravel ACL (Access Control List) is a simple role-permission ACL for the Laravel Framework. This package was based on the great package Caffeinated/Shinobi but is fully compatible with Laravel's built-in Gate/Authorization system.
Documentations
Laravel Version Compatibility
Installation
Via Composer
$ composer require yajra/laravel-acl:^11
Configuration
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
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.