Skip to content

Installation

Giuseppe Morelli edited this page Jul 31, 2017 · 1 revision

Installation via composer

If you have a composer.json file, just add a new package requirement via command line:

composer require mailup/magento

If you don't have a composer.json file:

  1. create a file composer.json like this:
{
  "name": "company/project.com",
  "extra": {
    "magento-root-dir": "htdocs/",
    "magento-deploystrategy": "copy",
    "magento-force": true
  }
}

where: magento-root-dir is the relative path where your magento code is placed

  1. run composer command to add package requirement:
composer require mailup/magento

Clone this wiki locally