bmsrox/yii-adminlte-crud-template
最新稳定版本:v1.0
Composer 安装命令:
composer require bmsrox/yii-adminlte-crud-template
包简介
CRUD template to adminLTE integrated with yii2
README 文档
README
This is a code template to adminlte integrated with yii2
composer require bmsrox/yii-adminlte-crud-template
or add into composer.json
"bmsrox/yii-adminlte-crud-template": "dev-master"
CONFIG GII LAYOUT
Into your backend/config/main-local.php edit the follow instruction:
$config['modules']['gii'] = [
'class' => 'yii\gii\Module',
'generators' => [ //here
'crud' => [ // generator name
'class' => 'yii\gii\generators\crud\Generator', // generator class
'templates' => [ //setting for out templates
'custom' => '@vendor/bmsrox/yii-adminlte-crud-template', // template name => path to template
]
]
],
];
统计信息
- 总下载量: 4.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-09-11