How to install extension
- Backup your store database and web directory.
- Login to SSH console of your server and navigate to root directory of Magento 2 store.
- Copy installation instructions from page My Downloadable Products to SSH console and press ENTER.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_SearchAutocomplete
for enable extension. - Run command
php -f bin/magento setup:upgrade
for install extension. - Run command
php -f bin/magento cache:clean
for clean cache. -
Deploy static view files
rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy