mirkhamidov/yii2-mmigration

There is no license information available for the latest version (0.0.5) of this package.

Just handly extending defult migration functionality

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

0.0.5 2015-06-08 07:32 UTC

This package is auto-updated.

Last update: 2024-04-29 03:10:09 UTC


README

Helper for default migration of Yii2

Attention

There is no functionality. It will be soon!

Install

via Composer (recommended)

php composer.phar require mirkhamidov/yii2-mmigration '*'

set config

don`t forget to add to your main config file:

...
'controllerMap' => [
    'migrate' => [
        'class'          => 'yii\console\controllers\MigrateController',
        'templateFile'   => '@miroff/db/views/template.php',
    ],
],
...
  • 0.0.5 / 08.06.2015

    fix Path to MMigrateController via composer autoload fixed.

  • 0.0.4 / 07.06.2015

    new Added console controller MMigrateController (without functionality).

    chg Started adding some functionality to MMigration.

  • 0.0.3 / 05.06.2015

    new No functionality, it will bee soon!