Patching the Core
This page explains, how to use the Composer package cweagans/composer-patches to patch Shopware 6 core modules.
How To
composer require cweagans/composer-patches "extra": {
"patches": {
"shopware/core": {
"Append trailing slash to sitemap home url": "custom/patches/shopware/add_trailing_slash_to_sitemap_home_url.diff"
}
},
...
}Identifying the Relative Filenames for the Patch File
Last updated