yii-diandi/yii2-admin

权限管理

Maintainers

Details

gitee.com/wayfirer/yii2-admin.git

Installs: 648

Dependents: 4

Suggesters: 0

Security: 0

Type:yii2-extension


README

Install With Composer

The preferred way to install this extension is through composer.

Either run

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)