sitewards/setup-magento1
Composer 安装命令:
composer require sitewards/setup-magento1
包简介
Sitewards Setup
README 文档
README
This Magento1 module is a bridge for the sitewards setup system to allow the import and export of content and configuration in Magento1.
Architecture
This module contains a bin script and an implementation of the main module's page repository interface.
bin/setup
- Inject the Magento1 bridge into the main application,
- Run the main application,
Application/Bridge.php
- Initialise the Magento1 Application,
- Build the Magento1 specific page repository,
Repository/PageRepository.php
- Requires the
Mage_Cms_Model_Resource_Page_Collectionclass, - Implement the
findandsavemethods from the main application,
Commands
Current commands are as follows:
Export
Export page(s) from Magento1 to JSON format.
bin/setup page:export [<pageID>] [<pageID>] ...
Import
Import page(s) from JSON to Magento1.
bin/setup page:import
Authors
- David Manners david.manners@sitewards.com
- Darko Poposki darko.poposki@sitewards.com
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-01