yii-diandi / yii2-admin
权限管理
3.3.5
2024-03-15 01:40 UTC
Requires
- yiisoft/yii2: ~2.0.7
Requires (Dev)
- yiisoft/yii2-codeception: ~2.0
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.0
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.98
- 2.97
- 2.96
- 2.95
- 2.94
- 2.93
- 2.92
- 2.91
- 2.89
- 2.88
- 2.87
- 2.86
- 2.85
- 2.84
- 2.83
- 2.82
- 2.81
- 2.80
- 2.79
- 2.78
- 2.77
- 2.76
- 2.75
- 2.74
- 2.73
- 2.72
- 2.71
- 2.70
- 2.69
- 2.68
- 2.67
- 2.66
- 2.65
- 2.64
- 2.63
- 2.62
- 2.61
- 2.60
- 2.59
- 2.58
- 2.57
- 2.56
- 2.55
- 2.54
- 2.53
- 2.52
- 2.51
- 2.50
- 2.49
- 2.48
- 2.47
- 2.46
- 2.45
- 2.44
- 2.43
- 2.42
- 2.41
- 2.40
- 2.39
- 2.38
- 2.37
- 2.36
- 2.35
- 2.34
- 2.33
- 2.32
- 2.31
- 2.30
- 2.29
- 2.28.2
- 2.28.1
- 2.28
- 2.27
- 2.26
- 2.25
- 2.24
- 2.23
- 2.22
- 2.21
- 2.20
- 2.19
- 2.18
- 2.17
- 2.16
- 2.15
- 2.14
- 2.13
- 2.12
- 2.11
- 2.9.1
- 2.9.0
- 2.1
- dev-master / 2.0.0.x-dev
- 2.0
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0.64
- 1.0.63
- 1.0.62
- 1.0.61
- 1.0.60
- 1.0.59
- 1.0.57
- 1.0.56
- 1.0.55
- 1.0.54
- 1.0.53
- 1.0.52
- 1.0.51
- 1.0.50
- 1.0.49
- 1.0.48
- 1.0.47
- 1.0.46
- 1.0.45
- 1.0.44
- 1.0.43
- 1.0.42
- 1.0.41
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-detached
This package is auto-updated.
Last update: 2024-10-28 12:49:33 UTC
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)