2.Allegro Extension Installation ↑ Back to Top
To install the extension
- Log in the SFTP, and then go to Magento 2 root folder (generally present under the public_html folder).
- Create a new folder named code (if not exists) under the app folder.
- Extract the Ced.zip on your system and then Drag and Drop app/code/Ced/Allegro and app/code/Ced/Integrator directory inside code.
- To Install Allegro SDK
- Install SDK from composer link :
composer require cedcommerce/allegro-sdk
- Install SDK from composer link :
- Now run the following upgrade command in cmd
composer dump
php bin/magento setup:upgrade
php bin/magento setup:di:complie
php bin/magento setup:static-content:deploy
- After successfully uploading the directory, the extension will be installed/upgraded.
×