zergbz1988 / yii2-migrations
yii2-migrations
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.6
This package is not auto-updated.
Last update: 2025-05-30 23:07:57 UTC
README
add to your composer.json file:
"zergbz1988/yii2-migrations": "@dev"
"scripts": {
"post-install-cmd": "php vendor/zergbz1988/yii2-migrations/init --env=Prod --overwrite=n"
}