Skip to content

Installation Composer

Christian Dangl edited this page Sep 30, 2022 · 1 revision

If you want to install the Mollie plugin with the Composer package manager, then please use this command within your Shopware (Symfony) root directory of your project.

This will automatically install the latest version of the plugin.

Please keep in mind, you will also need to open your Shopware Administration to install and activate the plugin before it's working. It's of course also possible to use the built-in CLI commands by Shopware for this.

composer require kiener/mollie-payments-plugin

If you want to install an older version, then you can simply provide the version number when installing it.

composer require kiener/mollie-payments-plugin:1.5.8

We recommend to not use any wildcards for version numbers in Composer. Please use fixed version numbers and update only on demand to a new plugin version. And also test it afterwards - it's important, it's your payment plugin!

Clone this wiki locally