mugar/module-argentina-regions

阿根廷地区用于Magento2。

2.1.0 2024-08-09 15:10 UTC

This package is auto-updated.

Last update: 2024-09-09 15:31:34 UTC


README

阿根廷的州/地区,用于与Magento2配合使用。

安装

使用composer安装Mugar_ArgentinaRegions。

composer require mugar/module-argentina-regions

然后您需要激活该模块。

bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean

卸载

bin/magento module:uninstall Mugar_ArgentinaRegions

如果您使用Composer进行安装,Magento将删除文件和数据库信息。

支持

您可以通过Slack请求加入。

贡献

欢迎Pull请求。对于重大更改,请先创建一个问题来讨论您希望进行的更改。

请确保根据需要更新测试。

如何创建PR

  1. 创建分支
  2. 创建您的功能分支(git checkout -b my-new-feature)
  3. 提交您的更改(git commit -am '添加某些功能')
  4. 将更改推送到分支(git push origin my-new-feature)
  5. 创建新的Pull Request

许可

MIT