shopgo / shipping-core
包含ShopGo Magento物流扩展中常用函数的模块。
dev-master
2016-04-20 14:24 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: 100.0.*
This package is not auto-updated.
Last update: 2024-09-26 01:25:27 UTC
README
内容
摘要
包含ShopGo Magento物流扩展中常用函数的模块。
概览
待办事项
安装
以下是安装物流核心模块的两种方法。
1. 通过Composer安装(推荐)
首先,确保已安装Composer: https://getcomposer.org/doc/00-intro.md
确保Packagist仓库未被禁用。
运行Composer require以安装模块
php <your Composer install dir>/composer.phar require shopgo/shipping-core:*
2. 克隆shipping-core仓库
使用HTTPS或SSH协议克隆shipping-core仓库。
2.1. 复制代码
为物流核心模块创建一个目录并将克隆的仓库内容复制到其中
mkdir -p <your Magento install dir>/app/code/ShopGo/ShippingCore
cp -R <shipping-core clone dir>/* <your Magento install dir>/app/code/ShopGo/ShippingCore
更新Magento数据库和模式
如果您已将模块添加到现有Magento安装中,请运行以下命令
php <your Magento install dir>/bin/magento setup:upgrade
验证模块是否已安装并启用
输入以下命令
php <your Magento install dir>/bin/magento module:status
以下确认您已正确安装模块,并且它已启用
example
List of enabled modules:
...
ShopGo_ShippingCore
...
测试
待办事项
贡献者
Ammar (ammar@shopgo.me)