artera / magento2-province-italiane
Artera modulo per l'implementazione delle province italiane su Magento 2
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ~100.1.0|^101.0.0|102.0.*
This package is auto-updated.
Last update: 2025-04-11 04:09:41 UTC
README
Module that implements italian provinces for Magento 2.x from Artera team.
1. Install the module
We explain two different methods to install this module, we reccomend choosing composer.
Method #1. With Composer (recommended - is required Authentication)
Install the module
composer require artera/magento2-province-italiane
Method #2. Download and upload the module locally (not recommended)
Download the module Download our module from this repository.
Upload the module in your magento installation
Create these subdirectories path in your magento root folder like [Your_Magento_Root]/app/code/Artera/ProvinceItaliane/
Unzip the module here.
2. Enable the module
Method #1. From Command Line (recommended)
php bin/magento module:enable Artera_ProvinceItaliane
php bin/magento setup:upgrade
Method #2. From Magento 2 admin panel (not recommended)
Here System > Web Setup Wizard > Module Manager
search the module line, select action "Enable" and follow the steps form web interface.
3. Flush the cache if required
Method #1. From Command Line
php bin/magento cache:flush
Method #2. From Magento 2 admin panel
Here System > Cache Management > Flush Magento Cache
Supported Magento versions
- Magento v2.1.x
- Magento v2.2.x
- Magento v2.3.x