webficial / module-core
此包的最新版本(1.0.0)没有可用的许可信息。
Magento 2 Webficial 核心模块
1.0.0
2023-12-07 11:36 UTC
Requires
- php: ~5.6.0|>=7.0.2|~8.0.0|~8.1.0|~8.2.0
This package is not auto-updated.
Last update: 2024-09-27 13:58:54 UTC
README
``webficial/module-core``
关于
- Magento 2 核心模块扩展 - 这是 Webficial 扩展模块的核心模块。
- 我们提供了 Adobe Commerce App 的极致定制。
主要功能
从路径中查找图像
安装
* = 在生产环境中请使用 --keep-generated
选项
类型 1:Zip 文件
- 将 zip 文件解压到
app/code/Webficial
- 通过运行
php bin/magento module:enable Webficial_Core
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 通过运行
php bin/magento cache:flush
清除缓存
类型 2:Composer
- 将模块添加到 composer 存储库中,例如
- 私有存储库
repo.magento.com
- 公共存储库
packagist.org
- 公共 github 存储库作为 vcs
- 私有存储库
- 通过运行
composer config repositories.repo.magento.com composer https://repo.magento.com/
将 composer 存储库添加到配置中 - 通过运行
composer require webficial/module-core
安装模块 - 通过运行
php bin/magento module:enable Webficial_Core
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 通过运行
php bin/magento cache:flush
清除缓存
/注意:Composer 安装允许在几天后/
配置
通用
规格
- 此模块是基础/核心模块。这是一个通用模块。