yajra/laravel-acl
最新稳定版本:v12.3.1
Composer 安装命令:
composer require yajra/laravel-acl
包简介
Laravel ACL is a simple role, permission ACL for Laravel Framework.
README 文档
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
| Laravel | Package |
|---|---|
| 8.x and below | 6.x |
| 9.x | 9.x |
| 10.x | 10.x |
| 11.x | 11.x |
| 12.x | 12.x |
Installation
Via Composer
$ composer require yajra/laravel-acl:^12
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.
统计信息
- 总下载量: 91.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 111
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-13