There are 2 different solutions to install Mageplaza extensions:
- Solution #1. Install via Composer (Recommend)
- Solution #2: Ready to paste (Not recommend)
- We recommend you to duplicate your live store on a staging/test site and try installation on it in advanced.
- Backup magento files and the store database.
- This extension requires Mageplaza_Core installed first.
You will get an error, if Mageplaza_Core not installed.
Run the following command in Magento 2 root folder:
composer require mageplaza/magento-2-blog-extension
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Please make sure that you've installed Mageplaza_Core module already.
If you don't want to install via composer, you can use this way.
- Download the latest version here
- Extract
master.zip
file toapp/code/Mageplaza/Blog
; You should create a folder pathapp/code/Mageplaza/Blog
if not exist. - Go to Magento root folder and run upgrade command line to install
Mageplaza_Blog
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy