基于yii2-extension包管理和adminlte2主题构建的admin项目,包括了基础的用户管理,RBAC管理,扩展管理等核心功能。
去OpenADM 查看更多
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist openadm/yii2-admin "*"
or add
"openadm/yii2-admin": "*"
to the require section of your composer.json file.
composer.json
Once the extension is installed, simply use it in your code by :
Migrate DB
./yii migrate –migrationPath=@openadm/admin/migrations ./yii migrate all -p=@tecnocen/oauth2server/migrations/tables
部分截图