elightwalk/magento2-core

Elightwalk 核心模块为 elightwalk 的其他模块提供基本功能。

安装: 160

依赖: 0

建议者: 0

安全: 0

星标: 5

关注者: 1

分支: 1

开放问题: 0

类型:magento2-module

1.0.4 2024-02-09 13:27 UTC

README

Elightwalk 核心扩展。

描述

Elightwalk_Core 扩展为其他 elightwalk 模块提供基本需求。

如何安装 Elightwalk 核心模块

通过 Composer 安装

进入 Magento 根目录,然后执行以下 命令

 composer require elightwalk/magento2-core
 php bin/magento module:enable Elightwalk_Core
 php bin/magento setup:upgrade
 php bin/magento setup:di:compile
 php bin/magento c:f
 php bin/magento c:c

支持版本

 2.4.6, 2.4.5

变更日志

1.0.4

=> Add "Secret Key" in system configuration

1.0.3

=> Remove restoreQuote functionality from graphql and rest api, create new separate module
=> Created new file Config.php instead of Data.php

1.0.2

=> Add a "Configuration" menu to maintain the configuration of other module. 

1.0.1

=> Restore quote api and graphql implement.