rocketfirm/yii2-migration-generator

Generates yii2 migrations from database

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

pkg:composer/rocketfirm/yii2-migration-generator

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

This package is auto-updated.

Last update: 2025-09-23 04:17:42 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';