Files
domokits/local/modules/TheliaMigrateCountry/Readme.md
2019-11-21 12:25:31 +01:00

19 lines
487 B
Markdown

# Thelia Migrate Country
This module allow you to migrate the system of country from Thelia version <= 2.2.* to version >= 2.3.0-alpha1.
## Installation
### Manually
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is TheliaMigrateCountry.
* Activate it in your thelia administration panel
### Composer
Add it in your main thelia composer.json file
```
composer require your-vendor/thelia-migrate-country-module:~1.0
```