dev-master
9999999-dev https://github.com/fproject/workflowiiHelper class library to generate Yii2 migration script from Database source
Apache License 2.0
The Requires
- php >=5.4.0
- yiisoft/yii2 *
yii2 generator migration
Helper class library to generate Yii2 migration script from Database source
The preferred way to install this helper library is through composer., (*2)
You can either run:, (*3)
php composer.phar require fproject/yii2-migration-generator "*"
or add this block to the require section of your composer.json
file:, (*4)
"require" : { "php" : ">=5.4.0", "yiisoft/yii2" : "*", "fproject/yii2-migration-generator": "*", // ... }
The minimum requirement: - Your Web server supports PHP 5.4 or above - Your Web server is running on Yii 2.0.0 or above, (*5)
Helper class library to generate Yii2 migration script from Database source
Apache License 2.0
yii2 generator migration