Skip to main content

Installation with Composer

Please use SSH client to connect to your Magento 2 server and navigate to your Magento 2 root directory.

Add our composer repository to your composer.json file with the following command:

composer config repositories.mageme composer https://repo.mageme.com & composer update

Use your personal authorization keys when asked. You can find your keys in your account area Composer Repository section.

Installation

Install the package with commands:

composer require mageme/module-hideprice-pro
php bin/magento module:enable {MageMe_Core,MageMe_HidePricePro}
php bin/magento setup:upgrade

Update

Update the package with commands:

composer update
php bin/magento setup:upgrade

Remove

Uninstall the package with command:

composer remove mageme/module-hideprice-pro