File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
# laravel-wechat
2
2
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
-
7
3
微信 SDK for Laravel 5 / Lumen, 基于 [ overtrue/wechat] ( https://github.com/overtrue/wechat )
8
4
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
+ >
9
11
> 交流QQ群:319502940
10
12
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 >
19
13
20
14
## 框架要求
21
15
@@ -62,7 +56,7 @@ php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
62
56
$app->register(Overtrue\LaravelWeChat\ServiceProvider::class);
63
57
```
64
58
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 ` 。
66
60
67
61
## 使用
68
62
You can’t perform that action at this time.
0 commit comments