Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
lumen .env 不支持 // 注释
  • Loading branch information
puzzle9 committed Aug 17, 2020
1 parent 52bbbc2 commit 9220da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -52,12 +52,12 @@ $ php artisan vendor:publish --provider="Yansongda\LaravelPay\PayServiceProvider
`.env` 文件里面配置

```PHP
// alipay 配置
# alipay 配置
ALI_APP_ID=
ALI_PUBLIC_KEY=
ALI_PRIVATE_KEY=

// wechat 配置
# wechat 配置
WECHAT_APP_ID=
WECHAT_MINIAPP_ID=
WECHAT_APPID=
Expand Down

0 comments on commit 9220da4

Please sign in to comment.