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: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.1.0
This package is not auto-updated.
Last update: 2025-04-18 15:10:12 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