Uninstall Modules in Magento 2

We are going to discuss here how to uninstall or completely removed the Magento 2 extension using the command line. Please note that this uninstall command only works if you have installed the module by composer command and the module entry is there in the composer.json file of the docroot. If the module is not installed by the composer and you used a zip file to install the module then you have to remove the module files from app/code/YOUR_MODULE instead of following these steps.

Continue reading “Uninstall Modules in Magento 2”