futuretek/yii2-migrations

Support for migrations in extensions


Keywords
migrations, extension, yii
License
Apache-2.0

Documentation

Yii2 Migrations

This extension provide support for migrations in extensions.

Also provide some useful functions like insertOption or importCsv

Installation

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.

Usage

This extension replaces Yii2 console command migrate.