zhinenglong / module-core
Mageplaza Core for Magento 2
1.5.4
2023-04-09 09:25 UTC
This package is not auto-updated.
Last update: 2024-09-23 11:25:55 UTC
README
如何安装与升级 Mageplaza_Core
1. 通过 composer 安装(推荐)
我们建议您通过 composer 安装 Mageplaza_Core 模块,这样安装、更新和维护都更加方便。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require mageplaza/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update mageplaza/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的商店处于产品模式,请运行编译命令
php bin/magento setup:di:compile
2. 复制并粘贴
如果您不想通过 composer 安装,可以使用这种方式。
- 在此处下载最新版本
- 将
master.zip
文件解压到app/code/Mageplaza/Core
目录下;如果您尚未创建该路径,请先创建一个。 - 进入 Magento 根目录,运行升级命令行来安装
Mageplaza_Core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy