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 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
You can’t perform that action at this time.
0 commit comments