How to install magento2 extension

By | October 26, 2021
Spread the love

There are multiple ways to install our shipping extension. All installation and user guide available in downloaded folder. Follow below steps to install the magento 2 shipping extension in your server.

You have to create auth.json file with your access key with same marketplace account. See auth.json file format below. You need to copy in magento root folder.

Access Keys

{
    "http-basic": {
        "repo.magento.com": {
            "username": "xxxxxxxxxxxxxxx",
            "password": "xxxxxxxxxxxxxxx"
        }
    }
}

You can connect us any time with live chat from website and email us at [email protected] or [email protected] for any help.

EcomPlugins Extension Installation Guide

Installation:

Step1: Upload extension Extract zip file & upload the files to `/path/to/magento2/app/code/Techgroup/{plugin}/`.

Step2: Enable extension using below command at magento root php bin/magento module:enable Techgroup_{plugin}

Step3: Setup upgrade using below command at magento root php bin/magento setup:upgrade

Step4: Static content deploy using below command at magento root php bin/magento setup:static-content:deploy

By composer json

  1. Go to root magento folder.
  2. sudo php composer require ecomplugins/{plugin}-{version}
  3. See plugin name and version number in composer.json file.

If you are using composer 1 then run below command.

php -d memory_limit=-1 composer.phar require ecomplugins/{plugin}

OR

composer require ecomplugins/{plugin}

example:

php -d memory_limit=-1 composer.phar require ecomplugins/fedexvalidation

composer require ecomplugins/fedexvalidation

Iconic One Theme | Powered by Wordpress