darkcs/yii2-migrate Extended migration support

extensionmigration

Yii2 Migrate

Console Migration Command with multiple paths/aliases support

Installation

The preferred way to install this extension is through composer.

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:

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
134 total downloads