Disabling the Extension
Temporarily Disable
To temporarily disable the extension please follow the following steps:
- Login to your server's SSH console and navigate to the root directory of the Magento 2 store.
- Run the command below to disable the extension:
php -f bin/magento module:disable Mirasvit_SearchConsole
- Log in to the Magento backend and refresh the store's cache (if enabled).
Removing the Extension
To uninstall the extension, please follow these steps:
- Login to your server's SSH console and navigate to the root directory of the Magento 2 store.
- Run the command below to remove the extension:
composer remove mirasvit/module-search-console
- Log in to the Magento backend to refresh the store cache (if enabled).