Skip to content

Update through Composer

Magmodules edited this page Aug 17, 2017 · 1 revision

You can use the composer to update the Magento® 2 Mollie Payment extension package and the library. Below the 4 steps to update the Magento® 2 extension by Composer:

  1. Run the ssh console.
  2. Locate your Root
  3. Update the Magento® 2 extension
  4. Update & Cache
  5. Deploy Static Content (Production mode only)

  1. Run your SSH Console to connect to your Magento® 2 store

  2. Locate the root of your Magento® 2 store.

  3. Enter the following command line and wait as composer will download the update:

composer update mollie/magento2
  1. Enter following commands to start Magento® update process:
php bin/magento setup:upgrade
php bin/magento cache:clean
  1. If Magento® is running in production mode, deploy the static content:
php bin/magento setup:static-content:deploy