hivewyre/magento2-connector 2.0.0

Hivewyre - Magento 2 Module Connector

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires

None

Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Hivewyre_Magentoconnector

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.