pcf/magento-migration
Composer 安装命令:
composer require pcf/magento-migration
包简介
magento phinx migration module
README 文档
README
Magento 2 migrations module based on phinx.
Purpose of the repository
Creating tool for migrations in magento, with rollback option.
Usage
Download
You can add these module into your project by adding lines below into your composer.json require section:
"pcf/magento-migration" : "1.0.*",
"symfony/console": "2.8 as v2.6"
Setting symfony/console alias is required for magento compatibility.
After that use your composer update command, ans path/to/magento/directory/bin/magento setup:upgrade.
Using
That will enable pcf:migration command from your magento cli.
You have to create at least one directory in your custom modules called Migrations as migration files directory.
pcf:migration works same way as phinx binary file. Phinx documentation can be found here: Phinx documentation
Contributing
If you wish to contribute, please read first our Contribution guide.
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-22