How can we remove Magento 2 extension?
0
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
php bin/magento setup:upgrade
Step #3:- Remove the extension
cd app/code/
rm -rf
Step #4:- Refresh your website homepage
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.