Installation using Composer
- Download the latest Magento 2 plugin version from our GitHub
- Download the Composer app and install it using this comprehensive guide
- Log in to your server (e.g. via SSH)
- Navigate to the root folder with Magento 2 installation
- Make a folder in the root directory of your Magento 2 installation (e.g. "local_packages")
- Add the zip package to the folder. Do not unzip the archive!
- Execute the following commands, where the given path is a full server path of the folder containing the package with a plugin:
- composer config repositories.worldline artifact /full/server/path/to/local_packages/
- composer require worldline/module-magento-payment
- Finally, execute these commands:
- php bin/magento setup:upgrade
- php bin/magento cache:clean
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy