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
Package info
github.com/m1roff/yii2-mmigration
Type:yii2-extension
pkg:composer/mirkhamidov/yii2-mmigration
0.0.5
2015-06-08 07:32 UTC
Requires
- php: >=5.5.0
- yiisoft/yii2: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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
fixPath to MMigrateController via composer autoload fixed. -
0.0.4 / 07.06.2015
newAdded console controller MMigrateController (without functionality).chgStarted adding some functionality to MMigration. -
0.0.3 / 05.06.2015
newNo functionality, it will bee soon!