savvycube/module-connector

SavvyCube 是一个简单精确的电商指标和预测分析工具。使用此扩展将您的 Magento 店铺连接到 SavvyCube 账户。

安装: 16

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 1

开放问题: 0

类型:magento2-module

dev-master 2023-10-31 08:28 UTC

This package is not auto-updated.

Last update: 2024-09-24 23:17:59 UTC


README

您可以使用 Magento Composer 从仓库安装此扩展。为此,登录到您的服务器并运行以下命令

cd /path/to/your/magento/root
composer config repositories.savvycube vcs https://github.com/savvycube/magento-two
composer require savvycube/module-connector:dev-master
php bin/magento module:enable SavvyCube_Connector
php bin/magento setup:upgrade

将来,要更新扩展到最新版本,请运行以下命令

cd /path/to/your/magento/root
composer update savvycube/module-connector
php bin/magento setup:upgrade