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_Review Mirasvit_Comment
Note
If you have the Hyva installed, run:php -f bin/magento module:disable Mirasvit_Review Hyva_MirasvitReview Mirasvit_Comment Hyva_MirasvitComment
- 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-review
Note
If you have the Hyva installed, run:composer remove mirasvit/module-review mirasvit/module-review-hyva
- Log in to the Magento backend to refresh the store cache (if enabled).