splendidinternet / magesetup2-mirror
MageSetup 为全国市场提供必要的配置(系统配置、税、协议等)。
0.0.5
2017-05-02 08:16 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: *
- magento/module-backend: *
- magento/module-store: *
This package is auto-updated.
Last update: 2024-09-07 02:00:59 UTC
README
MageSetup 为全国市场配置商店。
目前支持的国家包括
- 奥地利 (at)
- 瑞士 (ch)
- 德国 (de)
- 西班牙 (es)
- 法国 (fr)
- 英国 (gb)
- 意大利 (it)
- 荷兰 (nl)
- 波兰 (pl)
- 罗马尼亚 (ro)
- 俄罗斯 (ru)。
更多国家即将加入。
缺少您所在的国家?请提交一个带有您国家必要配置的 pull request,以帮助我们支持更多国家。
需求
- PHP >= 5.5.0
安装
通过 composer(推荐)
请前往 Magento2 根目录,并在 shell 中运行以下命令
composer config repositories.firegento_magesetup vcs git@github.com:firegento/firegento-magesetup2.git
composer require firegento/magesetup2:dev-develop
bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>
手动
请创建目录 app/code/FireGento/MageSetup,并将此存储库中的文件复制到创建的目录中。然后,在 shell 中运行以下命令
bin/magento module:enable FireGento_MageSetup
bin/magento setup:upgrade
bin/magento magesetup:setup:run <countrycode>
支持
如果您遇到任何问题或错误,请在 GitHub 上创建一个问题。
贡献
任何对 MageSetup 开发的贡献都受到热烈欢迎。提供代码的最佳方式是在 GitHub 上打开一个 pull request。
开发者
FireGento 团队
- 网站: http://firegento.com
- Twitter: @firegento
许可
版权
(c) 2015 FireGento 团队