mugar / argentina-setup
Argentina l10n metapackage.
Installs: 6 241
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 1
Open Issues: 0
Type:metapackage
Requires
- php: ~7.4.0||~8.0||~8.1||~8.2||~8.3
- mugar/language-es_ar: ~1.1
- mugar/module-argentina-regions: ~2.1
This package is auto-updated.
Last update: 2024-11-09 16:06:37 UTC
README
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:
Installation
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
Uninstall
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
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