congcn / yii2-admin
CongCN RBAC Auth manager for Yii2
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.14
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
Suggests
- yiisoft/yii2: ~2.0.14
This package is not auto-updated.
Last update: 2025-03-30 08:12:24 UTC
README
Installation
Install With Composer
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist congcn/yii2-admin "~1.0"
Or, you may add
"congcn/yii2-admin": "~1.0"
to the require section of your composer.json
file and execute php composer.phar update
.