redpa2ya/magento2-module-base

Redpa2ya 为 Magento 2 的基础模块

安装次数: 2,881

依赖项: 1

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.0 2020-05-19 04:56 UTC

This package is auto-updated.

Last update: 2024-09-19 17:39:06 UTC


README

如何安装和升级 Redpa2ya_Base

1. 通过 composer 安装(推荐)

在 Magento 2 根目录下运行以下命令。

1.1 安装

composer require redpa2ya/magento2-module-base
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 升级

composer update redpa2ya/magento2-module-base
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

如果您的店铺处于生产模式,请运行编译命令

php bin/magento setup:di:compile

2. 复制粘贴

如果您不想通过 composer 安装,可以使用这种方法。

  • 在此处下载最新版本:magento2-module-base-master.zip
  • magento2-module-base-master.zip 文件解压到 app/code/Redpa2ya/Base 目录下(如果不存在,请确保创建了 app/code/Redpa2ya/Base 文件夹)。
  • 进入 Magento 根目录并运行升级命令行以安装 Redpa2ya_Base
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy