Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 373 Bytes

Mageplaza Core for Magento 2

How to install Mageplaza_Core

Install via composer

Run the following command in Magento 2 root folder

composer require 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