satrix/module-core
Satrix Core for Magento 2 核心扩展
dev-main
2021-10-01 04:23 UTC
This package is auto-updated.
Last update: 2024-09-29 06:03:11 UTC
README
如何安装和升级 Satrix_Core
- 通过 composer 安装(推荐)
我们建议您通过 composer 安装 Satrix_Core 模块。安装、更新和维护都很容易。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require satrix/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update satrix/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的店铺处于产品模式,请运行编译命令
php bin/magento setup:di:compile
- 复制并粘贴
如果您不想通过 composer 安装,可以使用以下方法。
在此处下载最新版本:将 master.zip 文件解压到 app/code/Satrix/Core 目录下;如果不存在,请创建 app/code/Satrix/Core 文件夹。转到 Magento 根目录并运行升级命令行安装 Satrix_Core
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy