laravel-admin-customize-ext/org_rbac
最新稳定版本:v1.0.3
Composer 安装命令:
composer require laravel-admin-customize-ext/org_rbac
包简介
description...
README 文档
README
php artisan vendor:publish --provider="Encore\OrgRbac\OrgRbacServiceProvider"
After run command you can find config file in config/org.php, in this file you can change the install db connection or table names.
At last run following command to finish init.
php artisan orgRbac:init
After run command you can load basic database data.
Open http://localhost/admin/ in browser,use username admin and password admin to login.
Encore\OrgRbac\Layout\Content
During the development process, the Content class provided by the current component needs to be used
config/admin/auth.providers.admin.model >> \Encore\OrgRbac\Models\User::class
In the configuration file of admin, it is necessary to change the object provision of the user model to the user model provided by the current component
Some bugs in laravel-admin can be directly solved by using the current component's secondary encapsulation class
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-13