yiimaker / yii2-gii-migration
Yii2 Gii 迁移
1.1.0
2017-09-11 12:39 UTC
Requires
- bower-asset/jquery-ui: ^1.0.0
- unclead/yii2-multiple-input: ~2.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-09-14 04:23:52 UTC
README
Gii 迁移生成器
安装
安装包
运行命令
composer require yiimaker/yii2-gii-migration
或
"yiimaker/yii2-gii-migration": "~1.0"
添加到您的 composer.json 文件的 require 部分中。
使用方法
在 Gii 模块配置中配置生成器
'modules' => [ 'gii' => [ // ... 'generators' => [ // ... 'migration' => [ 'class' => \ymaker\gii\migration\Generator::class, ], ], ], ],
字段
许可证
本项目在 BSD-3-Clause 许可证条款下发布。查看许可证.
版权所有 (c) 2017, Yii Maker