File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
</p >
11
11
12
12
13
- 这是一个社会化登录的第三方登录扩展包
13
+ <p >这是一个社会化登录的第三方登录扩展包 </p >
14
+
15
+ v2.0版本兼容 [ Laravel-Octane] ( https://github.com/laravel/octane )
16
+
17
+
18
+
14
19
15
20
## 安装
16
21
@@ -60,6 +65,7 @@ $ composer require pltrue/thirdparty_oauth "v1.7"
60
65
| 2020-12-29| feat | 新增` 京东账户 ` 登录 | [ 742481030] ( https://github.com/742481030 ) | 已合并到master分支 |
61
66
| 2020-12-29| fix | 兼容laravel7* | [ pl1998] ( https://github.com/pl1998 ) | 已合并到master分支 |
62
67
| 2021-04-19| feat | 兼容laravel8* 支持laravel发布配置文件 | [ pl1998] ( https://github.com/pl1998 ) | 已合并到master分支 |
68
+ | 2021-05-15| feat | v2.0版本 兼容laravel8* Laravel Octane 常驻内存 | [ pl1998] ( https://github.com/pl1998 ) | 已合并到master分支 |
63
69
64
70
65
71
## 如何申请应用授权?
@@ -91,7 +97,7 @@ $ composer require pltrue/thirdparty_oauth "v1.7"
91
97
``` shell script
92
98
composer require pltrue/thirdparty_oauth " v1.7"
93
99
```
94
- #### laravel 常驻内存下安装
100
+ #### Laravel Octane 常驻内存下安装
95
101
``` shell script
96
102
composer require pltrue/thirdparty_oauth " v2.0"
97
103
```
You can’t perform that action at this time.
0 commit comments