uzproger/yii2-migrator
最新稳定版本:1.0.1
Composer 安装命令:
composer require uzproger/yii2-migrator
包简介
Yii2 Database migration extension which helps to migrate with multiple directories.
README 文档
README
It helps to migrate with multiple directories.
Installation
add to the require section of your composer.json:
"uzproger/migrator": "*",
add to the console.php:
... 'controllerMap' => [ 'migrate' => [ 'class' => 'uzproger\migrator\MigrateController', 'additionalPaths' => [ [ 'name' => 'First Migration Path Name', 'path' => 'First Migration Full Path', ], [ 'name' => 'Second Migration Path Name', 'path' => 'Second Migration Full Path', ], ... ], ], ... ],
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-20