Skip to main content

How to disable the extension

Temporarily disable

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.

  2. Disable the extension:

    php -f bin/magento module:disable Mirasvit_Copilot
  3. Log in to the Magento admin and clean the cache.


Remove the extension

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.

  2. Disable the extension:

    php -f bin/magento module:disable Mirasvit_Copilot
  3. Remove the extension:

    composer remove mirasvit/module-copilot
  4. Log in to the Magento admin and clean the cache.