-
Notifications
You must be signed in to change notification settings - Fork 54
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:
- Run the ssh console.
- Locate your Root
- Update the Magento® 2 extension
- Update & Cache
- Deploy Static Content (Production mode only)
-
Run your SSH Console to connect to your Magento® 2 store
-
Locate the root of your Magento® 2 store.
-
Enter the following command line and wait as composer will download the update:
composer update mollie/magento2
- Enter following commands to start Magento® update process:
php bin/magento setup:upgrade
php bin/magento cache:clean
- If Magento® is running in production mode, deploy the static content:
php bin/magento setup:static-content:deploy
The Mollie Payments extension is developed by Magmodules.
- Install Mollie using Composer
- Update Mollie using Composer
- Install Mollie using the Magento® Marketplace