yii2mod/yii2-gii-extended
最新稳定版本:1.0
Composer 安装命令:
composer require yii2mod/yii2-gii-extended
包简介
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
关键字:
README 文档
README
This generator generates enumerable classes or controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2mod/yii2-gii-extended "*"
or add
"yii2mod/yii2-gii-extended": "*"
to the require section of your composer.json.
To use this extension, add to main config in gii section following code:
'gii' => [ ... 'generators' => [ 'enumerable' => [ 'class' => 'yii2mod\gii\enum\Generator', ], 'crud' => [ 'class' => 'yii2mod\gii\crud\Generator', ], ], ],
统计信息
- 总下载量: 6.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-26