Install

Installing the Magento Connector using Composer

Before proceeding, please contact us to acquire an installation access token XXXXXXXXXX to install the connector

1. Configure authentication to access the packages

 composer config --auth http-basic.strakergroup.repo.repman.io token XXXXXXXXXX


2. Add repository to your composer.json file

composer config repositories.straker composer https://strakergroup.repo.repman.io


3. Install the latest release

composer require strakertranslations/straker-magento2


4. Enable the extension

 php bin/magento --clear-static-content module:enable Straker_EasyTranslationPlatform


5. Upgrade db scheme

 php bin/magento setup:upgrade


6. Clear cache

 php bin/magento cache:flush