savvycube / module-connector
SavvyCube 是一个简单精确的电商指标和预测分析工具。使用此扩展将您的 Magento 店铺连接到 SavvyCube 账户。
dev-master
2023-10-31 08:28 UTC
Requires
- magento/framework: >=100.1.0
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