This repository was archived by the owner on Jan 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Disabling
Vyacheslav Trukhmanov edited this page Dec 27, 2017
·
2 revisions
To temporarily disable the extension please follow these steps:
- Login to the SSH console on your server and navigate to the root directory of the Magento 2 store.
- Run the command
php -f bin/magento module:disable Mirasvit_Blogto disable the extension. - Login to the Magento back-end and purge ALL store cache (if enabled).
To uninstall the extension please follow these steps:
- Login to the SSH console on your server and navigate to the root directory of the Magento 2 store.
- Run the command
composer remove mirasvit/module-blogto remove the extension. - Login to the Magento back-end and purge ALL store cache (if enabled).