hivewyre / magento2-connector
Hivewyre - Magento 2 Module Connector
Package info
github.com/edudeleon/hivewyre-magento2connector
Type:magento2-module
pkg:composer/hivewyre/magento2-connector
This package is auto-updated.
Last update: 2026-03-01 00:21:54 UTC
README
Hivewyre Connector Magento2 extension
Module integrates hivewyre app with Magento 2
Installation via Composer
-
Open your command line terminal and go to your Magento 2 root installation directory.
-
Run the following commands to install the module:
composer require hivewyre/magento2-connector php bin/magento setup:upgrade
- If your magento installation is in production or default mode (.htacess => "SetEnv MAGE_MODE production"), run the following command to generate the static contents for your Magento installation (Learn more.. http://alanstorm.com/magento-2-frontend-files-serving)
php bin/magento setup:static-content:deploy
-
Clean Magento Cache. In the Magento Admin. Go to System > Tools > Cache Management and click Flush Static Files Cache.
-
Enable the extension by going to Magento Admin Panel -> Marketing -> User Content
Uninstall via Composer
-
Run the following commands to Uninstall the module:
composer remove hivewyre/magento2-connector php bin/magento setup:upgrade
-
Clean Magento Cache. In the Magento Admin. Go to System > Tools > Cache Management and click Flush Static Files Cache.