Overview
This article is for uninstalling the MatrixRates extension for Magento 2.
Uninstalling
Follow these steps to uninstall your MatrixRates extension:
- Disable the cache (if enabled) and compiler (if enabled).
- Run:
composer remove webshopapps/module-matrixrate
- Run:
php bin/magento setup:upgrade
- Run:
php bin/magento setup:di:compile
(if the compiler is enabled). - Remove any references to matrixrate from the
core_config_data
MySQL database table. - Verify removal on admin/frontend
- Enable cache (if previously enabled).