composer require forwarder/belco-magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compileIf composer throws an error, run this command
composer config repositories.belco git https://github.com/forwarder/belco-magento2.gitor add this to your composer.json file manually
"repositories": [
"belco": {
"url":"https://github.com/forwarder/belco-magento2.git",
"type": "git"
}
]After installing do the following procedure:
- Go to the admin panel
- Navigate to Stores > Configuration.
- Navigate to Belco > Settings.
- Fill in the
Shop idandAPI Secretand save.
Shop id and API Secret can be found within the belco app.
Under: Settings > API keys