hivewyre/magento2-connector

Hivewyre - Magento 2 Module Connector

2.0.0 2016-03-10 13:04 UTC

This package is auto-updated.

Last update: 2024-08-29 04:14:16 UTC


README

Hivewyre Connector Magento2 extension

Module integrates hivewyre app with Magento 2

Installation via Composer

  1. Open your command line terminal and go to your Magento 2 root installation directory.

  2. 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
  3. Clean Magento Cache. In the Magento Admin. Go to System > Tools > Cache Management and click Flush Static Files Cache.

  4. Enable the extension by going to Magento Admin Panel -> Marketing -> User Content

Uninstall via Composer

  1. Run the following commands to Uninstall the module:

    	composer remove hivewyre/magento2-connector
    	php bin/magento setup:upgrade
  2. Clean Magento Cache. In the Magento Admin. Go to System > Tools > Cache Management and click Flush Static Files Cache.