Skip to content

edudeleon/hivewyre-magento2connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published