Mautic plugin development workflow (how to avoid cache?)

Hi everybody

I’m in charge to write a Mautic plugin. I could get a basic hello world working using the docker image to test, but for every update I need to clean the cache and it take some minutes to recreate it again.

Is there anyway to start mautic “in development mode” so that cache is not used? I would like to just edit files and refresh the page, (I’m already mounting the plugin folder as a volume in plugins folder, and fixing the permissions)

1 Like