Skip to content

Commit 513042b

Browse files
authored
Update README.md
1 parent 9496caa commit 513042b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# laravel-entwechat
22

3+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
4+
[![Build Status](https://img.shields.io/travis/freyo/laravel-entwechat/master.svg?style=flat-square)](https://travis-ci.org/freyo/laravel-entwechat)
5+
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/freyo/laravel-entwechat.svg?style=flat-square)](https://scrutinizer-ci.com/g/freyo/laravel-entwechat)
6+
[![Quality Score](https://img.shields.io/scrutinizer/g/freyo/laravel-entwechat.svg?style=flat-square)](https://scrutinizer-ci.com/g/freyo/laravel-entwechat)
7+
[![Packagist Version](https://img.shields.io/packagist/v/freyo/laravel-entwechat.svg?style=flat-square)](https://packagist.org/packages/freyo/laravel-entwechat)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/freyo/laravel-entwechat.svg?style=flat-square)](https://packagist.org/packages/freyo/laravel-entwechat)
9+
310
微信 SDK for Laravel 5 / Lumen, 基于 [freyo/entwechat](https://github.com/freyo/entwechat)
411

512
本项目仅适用于一个固定企业号,支持一个或多个权限组
@@ -59,7 +66,6 @@ WECHAT_PAYMENT_KEY_PATH
5966
WECHAT_PAYMENT_DEVICE_INFO
6067
WECHAT_PAYMENT_SUB_APP_ID
6168
WECHAT_PAYMENT_SUB_MERCHANT_ID
62-
WECHAT_ENABLE_MOCK
6369
```
6470

6571
3. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/freyo/laravel-entwechat/src/config.php` 拷贝到`app/config`目录下,并将文件名改成`entwechat.php`

0 commit comments

Comments
 (0)