maxwen/yii2-adminlte-gii
最新稳定版本:1.0.3
Composer 安装命令:
composer require maxwen/yii2-adminlte-gii
包简介
yii2 code generator with adminlte theme
README 文档
README
yii2 code generator for AdminLTE theme.
Installation
in your main-local.php, add options blow:
$config['bootstrap'][] = 'gii'; $config['modules']['gii'] = [ 'class' => 'yii\gii\Module', 'allowedIPs' => ['127.0.0.1'], 'controllerNamespace' => 'maxwen\gii\controllers', 'generators' => [ 'AdminLte Crud' => [ 'class' => 'maxwen\gii\generators\crud\Generator', ] ] ];
统计信息
- 总下载量: 1.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-10