composer require forwarder/belco-magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
If composer throws an error, run this command
composer config repositories.belco git https://github.com/forwarder/belco-magento2.git
or 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 id
andAPI Secret
and save.
Shop id
and API Secret
can be found within the belco app.
Under: Settings > API keys