mozgbrasil/magento-brasil-regions

为Magento添加对巴西27个州的支援

dev-master 2016-05-17 19:09 UTC

This package is auto-updated.

Last update: 2024-09-15 16:38:46 UTC


README

valid XHTML

Mozg\BrRegions

概述

为Magento添加对巴西27个州的支援

在Heroku上测试

我想向大家展示我为Heroku平台提供的应用程序

只需点击一下,应用程序即可创建使用电子商务平台Magento的虚拟商店并安装MOZG模块

https://github.com/mozgbrasil/heroku-magento#descrição

安装 - 更新 - 卸载

--

此模块旨在使用Composer安装

在终端中执行以下命令,以查看Composer的存在及其版本

composer --version

如果您环境中没有Composer,建议阅读以下文章点击此处

--

要使用MOZG模块,必须接受最终用户许可协议

--

建议保持一个测试环境以进行测试,并在经过适当的测试后,只在生产环境中应用适当的程序

--

建议备份Magento平台和数据库

--

在更新Magento之前,请始终确保Compiler和Cache处于禁用状态

--

请确认您的项目根目录中存在composer.json文件,并且其参数类似于以下JSON模板

{
  "minimum-stability": "dev",
  "prefer-stable": true,
  "license": [
    "proprietary"
  ],
  "repositories": [
    {
      "type": "composer",
      "url": "https://packages.firegento.com"
    }
  ],
  "extra": {
    "magento-root-dir": "./",
    "magento-deploystrategy": "copy",
    "magento-force": true
  }
}

如果您的项目根目录中没有composer.json文件,请创建一个并添加上述内容

--

要安装模块,请在您的服务器终端中执行以下命令

composer require mozgbrasil/magento-brasil-regions

--

要更新模块,请在您的服务器终端中执行以下命令

composer update

--

卸载模块,请在您的服务器终端中执行以下命令

composer remove mozgbrasil/magento-brasil-regions

常见问题解答 "FAQ"

徽章

Join the chat at https://gitter.im/mozgbrasil Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads Reference Status Dependency Status

🐈