elephantsgroup/eg-admin
Composer 安装命令:
composer require elephantsgroup/eg-admin
包简介
RBAC Auth manager for Yii2
README 文档
README
GUI manager for RABC (Role Base Access Control) Yii2 based on mdmsoft Yii2-admin
Documentation
Read the Documentation for master
- Change Log.
- Authorization Guide. Important, read this first before you continue.
- Basic Configuration
- Basic Usage.
- User Management.
- Using Menu.
- Api.
##Installation
Install With Composer
The preferred way to install this extension is through composer.
Either run
php composer.phar require elephantsgroup/eg-admin "~1"
Or, you may add
"elephantsgroup/eg-admin": "~1"
to the require section of your composer.json file and execute php composer.phar update.
Install From the Archive
Download the latest release from here releases, then extract it to your project. In your application config, add the path alias for this extension.
return [ ... 'aliases' => [ '@elephantsgroup/admin' => 'path/to/your/extracted', // for example: '@elephantsgroup/admin' => '@app/extensions/elephantsgroup/eg-admin-1.0.0', ... ] ];
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-05-14