How to disable the extension
Temporarily disable
-
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
-
Disable the extension:
php -f bin/magento module:disable Mirasvit_Copilot -
Log in to the Magento admin and clean the cache.
Remove the extension
-
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
-
Disable the extension:
php -f bin/magento module:disable Mirasvit_Copilot -
Remove the extension:
composer remove mirasvit/module-copilot -
Log in to the Magento admin and clean the cache.