Metapackage to install a set of modules that will improve the configuration of your store for websites that are running in Argentina.
Current included modules are:
Use composer to install Mugar Argentina Setup metapackage.
composer require mugar/argentina-setup
Then you'll need to activate the included modules.
bin/magento module:enable Mugar_ArgentinaRegions
bin/magento setup:upgrade
bin/magento cache:clean
bin/magento module:uninstall Mugar_ArgentinaRegions
If you used Composer for installation Magento will remove the files and database information.
Finally, remove files:
composer remove mugar/argentina-setup
You can request to be added to Slack.
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.
- 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