futuretek/yii2-migrations

Support for migrations in extensions

Maintainers

Package info

github.com/futuretek-solutions-ltd/ext-yii2-migrations

Homepage

Issues

Wiki

Type:yii2-extension

pkg:composer/futuretek/yii2-migrations

Statistics

Installs: 13 019

Dependents: 3

Suggesters: 0

Stars: 0

1.6.5 2023-12-04 12:28 UTC

README

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.