-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
Giuseppe Morelli edited this page Jul 31, 2017
·
1 revision
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:
- 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
- run composer command to add package requirement:
composer require mailup/magento