mugar / module-argentina-regions
Regions of Argentina for Magento2.
Installs: 13 417
Dependents: 3
Suggesters: 0
Security: 0
Stars: 4
Watchers: 9
Forks: 5
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.4.0||~8.0||~8.1||~8.2||~8.3
- magento/module-directory: *
README
Regions/States of Argentina to be used with Magento2.
Installation
Use composer to install Mugar_ArgentinaRegions.
composer require mugar/module-argentina-regions
Then you'll need to activate the module.
bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean
Uninstall
bin/magento module:uninstall Mugar_ArgentinaRegions
If you used Composer for installation Magento will remove the files and database information.
Support
You can request to be added to Slack.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
How to create a PR
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request