dphinteg/webhook

DPH webhook 模块

安装: 3

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.0.0 2021-03-30 12:31 UTC

This package is auto-updated.

Last update: 2024-09-29 06:14:26 UTC


README

如何安装和升级 DphInteg_Webhook

1. 通过 composer 安装(推荐)

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

在 Magento 2 根目录下运行以下命令。

1.1 安装

composer require dphinteg/webhook
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
``

#### 1.2 Upgrade (Optional)

composer update dphinteg/webhook php bin/magento setup:upgrade php bin/magento setup:static-content:deploy


Run compile if your store in Product mode:

php bin/magento setup:di:compile


### 2. Copy and paste

If you don't want to install via composer, you can use this way. 

- Download [the latest version here](https://github.com/dphinteg/webhook/archive/master.zip) 
- Extract `master.zip` file to `app/code/DphInteg/Webhook` ; You should create a folder path `app/code/DphInteg/Webhook` if not exist.
- Go to Magento root folder and run upgrade command line to install `DphInteg_Webhook`:

php bin/magento setup:upgrade php bin/magento setup:static-content:deploy

### How to see the configuration

  1. 进入后台

在 Magento 管理面板中,您导航到 Stores -> Configuration -> Advanced -> System -> DPH Webhook 配置

设置您的 webhook 配置