Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 702 Bytes

README.md

File metadata and controls

44 lines (22 loc) · 702 Bytes

Add the following to the application composer.json to load all necessary modules

"require": {

"magentoese/module-luma-de-setup":"*"

}

"repositories": {

"magentoese-module-luma-de-setup":{

"type": "git",

"url": "[email protected]:md/module-luma-de-setup.git"

},

"magentoese-module-luma-de-attributes":{

"type": "git",

"url": "[email protected]:md/module-luma-de-attributes.git"

},

"magentoese-module-luma-de-categories":{

"type": "git",

"url": "[email protected]:md/module-luma-de-categories.git"

},

"magentoese-module-luma-de-products":{

"type": "git",

"url": "[email protected]:md/module-luma-de-products.git"

}

}