watts25 / magento2-setup
阿根廷本地化元包。
0.1.0
2020-04-28 19:33 UTC
Requires
This package is auto-updated.
Last update: 2024-09-29 05:42:38 UTC
README
元包,用于安装一组模块,可改善在阿根廷运行的网站的商店配置。
当前包含的模块有
- Mugar_ArgentinaRegions
- Mageplaza_SocialLogin
- Mageplaza_SpanishArgentinaLanguagePack
- MercadoPago_Core
- Strategery_Infinitescroll
安装
使用 composer 安装 Mugar Argentina Setup 元包。
composer require watts25/magento2-setup
然后,您需要激活包含的模块。
bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean
贡献
欢迎提交拉取请求。对于重大更改,请先打开一个问题以讨论您想进行哪些更改。
请确保根据需要更新测试。
如何创建 PR
- 分支它
- 创建您的功能分支(git checkout -b my-new-feature)
- 提交您的更改(git commit -am '添加一些功能')
- 推送到分支(git push origin my-new-feature)
- 创建新的 Pull Request