Skip to content

Commit 0bd1526

Browse files
committed
Merge branch 'master' of github.com:overtrue/laravel-wechat
2 parents 5116569 + 9c154e4 commit 0bd1526

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
# laravel-wechat
22

3-
‼️ 注意:此版本为 4.x 版本,不兼容 3.x,与 [overtrue/wechat 4.x](https://github.com/overtrue/wechat) 同步
4-
5-
‼️ 如果你用的 3.x 版本,请从这里查看文档 https://github.com/overtrue/laravel-wechat/tree/3.1.10
6-
73
微信 SDK for Laravel 5 / Lumen, 基于 [overtrue/wechat](https://github.com/overtrue/wechat)
84

5+
> 注意:此版本为 4.x 版本,不兼容 3.x,与 [overtrue/wechat 4.x](https://github.com/overtrue/wechat) 同步
6+
>
7+
> 如果你用的 3.x 版本,请从这里查看文档 https://github.com/overtrue/laravel-wechat/tree/3.1.10
8+
>
9+
> Laravel 5.6 以上不支持 3.x 请使用 4.0 以上版本。
10+
>
911
> 交流QQ群:319502940
1012
11-
<p align="center">
12-
<br>
13-
<b>创造不息,交付不止</b>
14-
<br>
15-
<a href="https://www.yousails.com">
16-
<img src="https://yousails.com/banners/brand.png" width=350>
17-
</a>
18-
</p>
1913

2014
## 框架要求
2115

@@ -62,7 +56,7 @@ php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
6256
$app->register(Overtrue\LaravelWeChat\ServiceProvider::class);
6357
```
6458

65-
2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`app/config`目录下,并将文件名改成`wechat.php`
59+
2. 如果你习惯使用 `config/wechat.php` 来配置的话,将 `vendor/overtrue/laravel-wechat/src/config.php` 拷贝到`项目根目录/config`目录下,并将文件名改成`wechat.php`
6660

6761
## 使用
6862

0 commit comments

Comments
 (0)