savvycube/module-connector

SavvyCube is a simple and precise ecommerce metrics and predictive analytics. Use this extension to connect your Magento store to your SavvyCube account.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 0

Type:magento2-module

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

This package is not auto-updated.

Last update: 2024-05-07 21:34:48 UTC


README

The extension can be installed from the repository using Magento Composer. To accomplish that, log in into your server and run the following commands:

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

In the future, to update the extension to the latest version, run the following commands:

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