2017 © Pedro Peláez
 

yii2-extension yii2-migrate

Extended migration support

image

darkcs/yii2-migrate

Extended migration support

  • Thursday, September 3, 2015
  • by DarkCs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 122 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 Migrate

Console Migration Command with multiple paths/aliases support, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

php composer.phar require --prefer-dist "darkcs/yii2-migrate" "*"

Usage

Add a new controller map in controllerMap section of your application's configuration file, for example:, (*3)

'controllerMap' => [
    'migrate' => [
        'class' => 'darkcs\migrate\controllers\MigrateController',
        'migrationPaths' => [
            '@modules/news/migrations',
            '@modules/page/migrations',
            ...
        ],
    ],
],

The Versions

03/09 2015

dev-master

9999999-dev

Extended migration support

  Sources   Download

MIT

The Requires

 

by Yuri Plaksunov

extension yii2 migration