Skip to content

Install using Composer

Marvin Besselsen edited this page Aug 22, 2019 · 1 revision

Step-by-step to install the Magento® 1 extension using Composer (advanced): ​

  1. Navigate to your Magento project. ​
  2. Run this command: ​
composer require magento/magento-composer-installer mollie/magento

​ 3. If this is the first extension you install using Composer you might be asked this question. The answer depends on your setup, but most of the times a dot (.) is fine: ​

please define your magento root dir [root]

​ If you don't have any other extensions installed using Composer then your app/Mage.php will be patched to require the Composer autoloader. This step is required to make this extension work. ​

Symlinks

​ By default there are symlinks created to the Extension files. Since security patch SUPEE-9767 symlinks are no longer allowed. There are 2 workarounds for this: ​

  1. Change the deployment strategy (recommended). See this document for more information. ​
  2. Enable symlinks (not recommended). This can be done by using Magerun: n98-magerun config:set dev/template/allow_symlink 1