ptraing/module-core

ptraing的核心模块

安装次数: 3

依赖者: 1

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.1 2024-07-01 20:44 UTC

This package is auto-updated.

Last update: 2024-10-01 00:07:57 UTC


README

如何安装

1. 通过composer安装和更新

我们建议您通过composer安装Ptraing_Core模块。它易于安装、更新和维护。

在Adobe Commerce根目录下运行以下命令。

1.1 安装

composer require ptraing/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

1.2 更新

composer update ptraing/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

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

php bin/magento setup:di:compile