vmasciotta/magento2-province-italiane

用于在Magento2中安装意大利省份的模块

安装次数: 12,798

依赖项: 0

建议者: 0

安全: 0

星标: 9

关注者: 3

分支: 13

开放问题: 2

类型:magento2-module

1.1.1 2020-09-19 12:20 UTC

This package is auto-updated.

Last update: 2024-09-19 21:24:14 UTC


README

本模块用于在Magento2中安装意大利省份

通过Composer安装

将以下行添加到项目的composer文件中

composer require vmasciotta/magento2-province-italiane

然后在Magento根目录下执行以下命令

$ ./bin/magento cache:disable
$ ./bin/magento module:enable Vmasciotta_ProvinceItaliane
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable