How to install the extension
How to install the extension using composer
- Back up your store's database and web directory.
- Log in to the SSH console on your server and navigate to the Magento 2 store's root directory.
- Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
- Run the command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Report Mirasvit_Helpdesk
to enable the extension. - Run the command
php -f bin/magento setup:upgrade
to install the extension. - Run the command
php -f bin/magento cache:clean
to clean the cache. -
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Note
If you're using Magento 2.2.x, run the commandphp -f bin/magento setup:static-content:deploy -f
to deploy static contents. -
Set up a cron job for Magento.
You can skip this step if you have already configured cron jobs for your Magento 2 store.
How to install the extension manually
- Back up your store's database and web directory.
- Download an archive from My Downloadable Products.
- Unzip the extension locally.
- Copy the unzipped folder to the root directory of the Magento store.
- Run the command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Report Mirasvit_Helpdesk
to enable extension. - Run the command
php -f bin/magento setup:upgrade
to install the extension. - Run the command
php -f bin/magento cache:clean
to clean the cache. -
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Note
If you are using Magento 2.2.x, command usephp -f bin/magento setup:static-content:deploy -f
to deploy static contents. -
Set up a cron job for Magento.
You can skip this step if you have already configured cron jobs for Magento 2 store.
Install the extension for Hyva
-
Run the commands:
composer require hyva-themes/magento2-mirasvit-helpdesk
-
Enable the installed Hyva modules:
bin/magento module:enable Hyva_MirasvitHelpdesk
-
Update the 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