faradey / madock

Local development environment based on Docker
MIT License
22 stars 7 forks source link

Magento mage2tv cache clean #17

Closed jonatanaxe closed 2 months ago

jonatanaxe commented 2 months ago

Hi @faradey have you ever used cache-clean on Madock? Because it requires node and php to run

https://github.com/mage2tv/magento-cache-clean/

faradey commented 2 months ago

Hi @jonatanaxe I've never used such a module. At the moment there is no way to run this in madock, but I know how to fix it :)

faradey commented 2 months ago

@jonatanaxe you can update madock and run the following commands to use the cache-clean

madock composer require --dev mage2tv/magento-cache-clean
madock service:enable php/nodejs
madock cli vendor/bin/cache-clean.js --watch
jonatanaxe commented 2 months ago

@faradey It works very well, thank you image