dvdam / module-core
Dvdam Core for Magento 2
1.0.0
2024-03-03 19:09 UTC
Requires
- php: >=8
- magento/framework: *
- magento/module-backend: 102.0.*
- magento/module-captcha: 100.4.*
- magento/module-cms: 104.0.*
- magento/module-config: 101.2.*
- magento/module-cookie: 100.4.*
- magento/module-csp: 100.4.*
- magento/module-directory: 100.4.*
This package is not auto-updated.
Last update: 2024-09-30 22:01:58 UTC
README
如何安装和升级 Dvdam_Core
1. 通过 composer 安装(推荐)
我们推荐您通过 composer 安装 Dvdam_Core 模块。它易于安装、更新和维护。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require dvdam/module-core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的商店处于产品模式,请运行编译命令
php bin/magento setup:di:compile
2. 复制和粘贴
如果您不想通过 composer 安装,可以使用这种方法。
- 下载
- 将
main.zip
文件解压到app/code/Dvdam/Core
;如果不存在,您应该创建一个路径为app/code/Dvdam/Core
的文件夹。 - 转到 Magento 根目录,并运行升级命令行来安装
Dvdam_Core
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy