zhinenglong/module-core

Mageplaza Core for Magento 2

安装: 4

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 62

类型:magento2-module

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

Latest Stable Version Total Downloads

如何安装与升级 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