This extension provide support for migrations in extensions.
Also provide some useful functions like insertOption
or importCsv
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist futuretek/yii2-migrations "*"
or add
"futuretek/yii2-migrations": "*"
to the require section of your composer.json
file.
This extension replaces Yii2 console command migrate
.