Installing Blog MX extension
Currently Blog MX extension can be installed only via composer. Follow these steps to install this extension on your store.
- Backup your store's database and web directory.
- Login to SSH console on your server and navigate to root directory of the Magento 2 store.
- Execute the following command:
composer require mirasvit/module-blog:*. - Run command
php -f bin/magento module:enable Mirasvit_Blogto enable extension. - Run command
php -f bin/magento setup:upgradeto install the extension. - Run command
php -f bin/magento cache:cleanfor clean the cache. -
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deployNote
If you're using Magento 2.2.x, command usephp -f bin/magento setup:static-content:deploy -fto deploy static contents.