How can we remove Magento 2 extension?

Asked: Apr 15, 2023

Step #1:- Connect via SSH to the root of the Magento installation

php bin/magento module:status

Step #2:- Disable the extension

php bin/magento module:disable<ExtensionProvider_ExtensionName>

php bin/magento setup:upgrade

Step #3:- Remove the extension

cd app/code/<ExtensionProvider>/

rm -rf <ExtensionName>

Step #4:- Refresh your website homepage

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!