mirkhamidov / yii2-mmigration
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
Requires
- php: >=5.5.0
- yiisoft/yii2: *
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!