2017 © Pedro Peláez
 

yii2-extension yii2-migrator

Yii2 Database migration extension which helps to migrate with multiple directories.

image

uzproger/yii2-migrator

Yii2 Database migration extension which helps to migrate with multiple directories.

  • Sunday, May 24, 2015
  • by uzproger
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 Database migration extension

It helps to migrate with multiple directories., (*1)

Installation

add to the require section of your composer.json:, (*2)

"uzproger/migrator": "*",

add to the console.php:, (*3)

  ...
  'controllerMap' => [
    'migrate' => [
      'class' => 'uzproger\migrator\MigrateController',
      'additionalPaths' => [
        [
          'name' => 'First Migration Path Name',
          'path' => 'First Migration Full Path',
        ],
        [
          'name' => 'Second Migration Path Name',
          'path' => 'Second Migration Full Path',
        ],
        ...
      ],
    ],
    ...
  ],  

The Versions

24/05 2015

dev-master

9999999-dev

Yii2 Database migration extension which helps to migrate with multiple directories.

  Sources   Download

MIT

The Requires

 

by Avatar uzproger

yii2 db migration module db migration multiple migration

24/05 2015

1.0.1

1.0.1.0

Yii2 Database migration extension which helps to migrate with multiple directories.

  Sources   Download

MIT

The Requires

 

by Avatar uzproger

yii2 db migration module db migration multiple migration