Welcome to the documentation of Blog MX for Magento 2 extension.
Whether you are a new or an advanced user, you can find some useful information here.
First of all we recommend you check the following link:
php -f bin/magento module:enable Mirasvit_Core Mirasvit_BlogMx
to enable the extension.php -f bin/magento setup:upgrade
to install the extension.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
To upgrade the extension, follow these steps:
Run command composer require mirasvit/module-blog-mx:* --update-with-dependencies
to update current extension with all dependencies.
Run instead composer update mirasvit/*
command. It will update all Mirasvit modules installed in your store.
php -f bin/magento module:enable Mirasvit_Core Mirasvit_BLogMx
to enable the extension.php -f bin/magento setup:upgrade
to install updates.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
To temporarily disable the extension please follow these steps:
php -f bin/magento module:disable Mirasvit_BlogMx
to disable the extension.To uninstall the extension, please follow these steps:
composer remove mirasvit/module-blog-mx
to remove the extension.