DEV Community

Paboda Hettiarachchi
Paboda Hettiarachchi

Posted on

Patch module

Add the following in composer.json

"repo": {
"type": "composer",
"url": "https://repo.magento.com"
}

"scripts": {
"post-install-cmd": [
"@applyPatches"
],
"post-update-cmd": [
"@applyPatches"
],
"applyPatches": "@php vendor/bin/ece-patches apply -n --ansi"
},

  • Install the module composer require magento/magento-cloud-patches

Top comments (0)