yii-diandi/yii2-admin

权限管理

维护者

详细信息

gitee.com/wayfirer/yii2-admin.git

安装: 676

依赖: 4

建议者: 0

安全: 0

类型:yii2-extension


README

使用 Composer 安装

安装此扩展的首选方式是通过 Composer

运行以下命令之一

php composer.phar require yii-diandi/yii2-admin "2.x-dev"


Or, you may add

"yii-diandi/yii2-admin": "2.x-dev"


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](https://github.com/yii-diandi/yii2-admin/releases), then extract it to your project.
In your application config, add the path alias for this extension.

return [

...
'aliases' => [
    '@diandi/admin' => 'path/to/your/extracted',
    // for example: '@diandi/admin' => '@app/extensions/diandi/yii2-admin-2.0.0',
    ...
]

];


[**More...**](docs/guide/configuration.md)

[screenshots](https://goo.gl/r8RizT)