elephantsgroup / eg-admin
RBAC Auth manager for Yii2
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 586
Type:yii2-extension
pkg:composer/elephantsgroup/eg-admin
Requires
- yiisoft/yii2: ~2.0.7
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
Suggests
- yiisoft/yii2-bootstrap: Used when using layout 'left-menu', 'right-menu' or 'top-menu'
This package is not auto-updated.
Last update: 2025-10-16 02:58:49 UTC
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', ... ] ];