Extension Disabling
Temporarily Disable
To temporarily disable the extension please follow these steps:
- Login to the SSH console of your server and navigate the to root directory of the Magento 2 store.
- Run the command
php -f bin/magento module:disable Mirasvit_Core Mirasvit_SeoReport Mirasvit_Core Mirasvit_Dashboard
to disabled the extension.
Remove the Extension
To uninstall the extension please follow these steps:
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Disable extension.
- Run command
composer remove mirasvit/module-seo-report
to remove the extension.