Installing the Magento Connector using Composer
1. Configure authentication to access the packages
composer config --auth http-basic.strakergroup.repo.repman.io token 0ab7ebe901a2200b60f67363641749a38fc54e6c09223b8d9b12336402d1c24f
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
Comments
0 comments
Article is closed for comments.