First Installation Using Composer
-
In your customer area at store.bird.eu you will find a “My licenses” tab where you will be able to manage multiples business licenses for our extensions. Add the Advanced Content Manager 2 extension to a newly created license or the one you’re already using for the website you intend to install the extension on.
-
If necessary, add the Blackbird repository to your composer repositories list in your Magento 2 root directory:
composer config repositories.blackbird '{"type": "composer","url": "https://repo.bird.eu/"}' -
If necessary, create or update the auth.json file in your Magento 2 root directory to add the key pair corresponding to the license created during step 1.:
composer config -a http-basic.repo.bird.eu {username} {password} -
Add and download the extension:
composer require blackbird/contentmanager -
Run the following command:
bin/magento setup:upgrade
