Uninstallation
Uninstallation
Important: Backup Code and database before doing this.
Depending on how you installed it, we will tell you how to uninstall it.
There are 2 main methods to install a Magento extension: 1. Composer; 2. Copy-and-paste
1. Uninstall via composer
Go to the Magento root folder and run the uninstall command
composer remove mageplaza/module-name
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
2. Uninstall (Copy-and-paste method)
Delete the following files and folders:
app/code/Mageplaza/EXTENSION_NAME
Run the following command line:
php bin/magento setup:upgrade
Delete database tables: (Optional)
Open a Mysql mangement such as PHPMyAdmin
Open your database > Find database with prefix: mageplaza_EXTENSION_NAME
Just delete all the database tables related to mageplaza_EXTENSION_NAME
If you have any questions, feel free to contact us at https://www.mageplaza.com/contact.html