laravel-admin-customize-ext/org_rbac 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

屏幕截图 2023-09-15 110720

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-13