mageplaza / module-core
Mageplaza Core for Magento 2
Installs: 8 642 856
Dependents: 114
Suggesters: 0
Security: 0
Stars: 73
Watchers: 9
Forks: 61
Type:magento2-module
- dev-master
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- dev-develop
- dev-develop-behavior
- dev-hotfix
- dev-dev-docs
This package is auto-updated.
Last update: 2025-01-10 03:44:18 UTC
README
How to install & upgrade Mageplaza_Core
1. Install via composer (recommend)
We recommend you to install Mageplaza_Core module via composer. It is easy to install, update and maintaince.
Run the following command in Magento 2 root folder.
1.1 Install
composer require mageplaza/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update mageplaza/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run compile if your store in Product mode:
php bin/magento setup:di:compile
2. Copy and paste
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/Core
; You should create a folder pathapp/code/Mageplaza/Core
if not exist. - Go to Magento root folder and run upgrade command line to install
Mageplaza_Core
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy