Search code examples
uninstallationcontao

Uninstall an extension in Contao 4


I am working with contao 4. I created an extension and I need to uninstall it. How can I uninstall an extension in contao 4? I manually deleted the extension from system/modules. What are the other steps to be done to uninstall an extension?

Is there a way to recover system/cache folder in contao?


Solution

  • If you install or uninstall extensions manually in system/modules you also need to delete the cache manually. Simply delete the var/cache folder.

    Optionally run a cache:warmup afterwards.