Installation
How to install the extension
- Back up your store's database and web directory.
- Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
-
Copy installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
- Enable the extension:
php -f bin/magento module:enable -f Mirasvit_Core Mirasvit_Seo Mirasvit_SeoAutolink Mirasvit_SeoSitemap Mirasvit_SeoContent Mirasvit_SeoMarkup Mirasvit_SeoToolbar Mirasvit_SeoAudit Mirasvit_SeoAi
If you are using native Magento Layered Navigation and there are no third-party Layered Navigation extensions installed on your store, you can also enable Mirasvit SeoFilter:
php -f bin/magento module:enable Mirasvit_SeoFilter
- Install the extension:
php -f bin/magento setup:upgrade
- Clean the cache:
php -f bin/magento cache:clean
-
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
-
Set up a cron job for Magento.
You can skip this step if you have already configured cron jobs for Magento 2 store, or you can check out this link for Magento documentation instructions in this regard.
Install the extension for Hyva
-
Run the commands:
composer require hyva-themes/magento2-mirasvit-seo
-
Enable installed Hyva modules:
bin/magento module:enable Hyva_MirasvitSeo
-
Update Magento database schema and data with the command:
bin/magento setup:upgrade
-
Compile the code of the installed extension:
bin/magento setup:di:compile
- Run the command below to clean the cache:
bin/magento cache:flush