yii-diandi/yii2-admin
最新稳定版本:3.9.5
Composer 安装命令:
composer require yii-diandi/yii2-admin
包简介
权限管理
关键字:
README 文档
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.
```php
return [
...
'aliases' => [
'@diandi/admin' => 'path/to/your/extracted',
// for example: '@diandi/admin' => '@app/extensions/diandi/yii2-admin-2.0.0',
...
]
];
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-09-29