rocketfirm/yii2-migration-generator

Generates yii2 migrations from database

Maintainers

Package info

github.com/rocket-firm/yii2-migratraion-generator

pkg:composer/rocketfirm/yii2-migration-generator

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 2

dev-master 2016-07-28 08:11 UTC

This package is auto-updated.

Last update: 2026-02-23 05:12:26 UTC


README

Installation

Preferred way to install is through composer

composer require rocketfirm/yii2-migration-generator

Usage

Add following line of code to your main-local.php config file

$config['modules']['gii']['generators']['sanzhikee-gii-migration'] = 'rocketfirm\generator\migration\Generator';