fproject / yii2-migration-generator
Helper class library to generate Yii2 migration script from Database source
Installs: 7 077
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 17:59:58 UTC
README
INSTALLATION
The preferred way to install this helper library is through composer.
You can either run:
php composer.phar require fproject/yii2-migration-generator "*"
or add this block to the require section of your composer.json
file:
"require" : { "php" : ">=5.4.0", "yiisoft/yii2" : "*", "fproject/yii2-migration-generator": "*", // ... }
REQUIREMENTS
The minimum requirement:
- Your Web server supports PHP 5.4 or above
- Your Web server is running on Yii 2.0.0 or above
##LINKS