sitewards / modules-storestructure
N/A
dev-master
2016-12-07 14:11 UTC
Requires
- php: ~5.6.0|7.0.2|~7.0.6
- magento/framework: 100.1.*
- symfony/yaml: *
This package is not auto-updated.
Last update: 2024-09-23 14:33:51 UTC
README
这是一个针对Magento 2的小型扩展,允许通过配置文件创建商店结构。配置文件应使用YAML格式。
用法
正常安装扩展,之后你应该可以
php bin/magento sitewards:store-structure:setup /path/to/configuration/store-structure.yaml
在这个仓库中查看sample-store-structure.yaml以获取示例配置。
已知问题
- 看起来某些关系可能无法通过扩展创建网站的方式创建。请将此工具视为仅用于测试目的。
- 清理选项可能会导致数据丢失 - 请谨慎处理并备份 ;)
- 扩展与Symphony输出接口不兼容 - 这将在以后进行改进。