jahir/permission
Composer 安装命令:
composer require jahir/permission
包简介
This will manage route level role permission
README 文档
README
This will create route level role, so that anyone can create permission for any route
To Install this package run
composer require jahir/permission
Publish public folders to add assets
php artisan vendor:publish --tag=public --force
Add Service provider from config/app.config
'providers' => [
...
Jahir\Permission\PermissionServiceProvider::class,
],
Migrate all table which are require
php artisan migrate
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-21