artera / magento2-province-italiane
Artera模块,用于在Magento 2中实现意大利省份
1.0.0
2019-04-10 14:20 UTC
Requires
- magento/framework: ~100.1.0|^101.0.0|102.0.*
This package is auto-updated.
Last update: 2024-09-11 03:00:03 UTC
README
从Artera团队实现的为Magento 2.x版本提供意大利省份的模块。
1. 安装模块
我们解释了两种不同的安装方法,我们推荐选择composer。
方法 #1. 使用Composer(推荐 - 需要认证)
安装模块
composer require artera/magento2-province-italiane
方法 #2. 下载并本地上传模块(不推荐)
下载模块 从这个仓库下载我们的模块。
上传模块到您的magento安装 在您的magento根目录下创建以下子目录路径 [您的_Magento_Root]/app/code/Artera/ProvinceItaliane/
将模块解压在这里。
2. 启用模块
方法 #1. 从命令行(推荐)
php bin/magento module:enable Artera_ProvinceItaliane
php bin/magento setup:upgrade
方法 #2. 从magento 2管理面板(不推荐)
在此 系统 > 网站设置向导 > 模块管理器
搜索模块行,选择操作 "启用" 并按照网络界面中的步骤进行。
3. 如果需要则刷新缓存
方法 #1. 从命令行
php bin/magento cache:flush
方法 #2. 从magento 2管理面板
在此 系统 > 缓存管理 > 刷新magento缓存
支持的magento版本
- magento v2.1.x
- magento v2.2.x
- magento v2.3.x