Disabling Extension
Temporary Disabling
To temporary disable extension please follow the next steps:
- Login to SSH console of your server and navigate to root directory of Magento 2 store.
- Run command
php -f bin/magento module:disable Mirasvit_SearchAutocomplete
for disabled extension.
Extension Removing
To uninstall extension please follow the next steps:
- Login to SSH console of your server and navigate to root directory of Magento 2 store.
- Run command
composer remove mirasvit/module-search-autocomplete
for remove extension. - Run command
php -f bin/magento setup:upgrade
.