Skip to content

Instantly share code, notes, and snippets.

@DominicWatts
Last active September 12, 2024 15:53
Show Gist options
  • Save DominicWatts/833728007dac562dbc0e25478e23ca50 to your computer and use it in GitHub Desktop.
Save DominicWatts/833728007dac562dbc0e25478e23ca50 to your computer and use it in GitHub Desktop.
Magento 2 : Pixie Media patcher #magento2

Install

composer require pixie-media/patching

Use

mkdir -p ./m2-hotfixes
echo ".patch files go here" > ./m2-hotfixes/readme.md
chmod 775 ./vendor/pixie-media/patching/bin/ece-patches
./vendor/pixie-media/patching/bin/ece-patches apply

Bonus

Magento QPT should install

If not can be installed with composer require magento/quality-patches

use

./vendor/bin/magento-patches apply MAGETWO-XXXX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment