Skip to content

Commit ed6803e

Browse files
committed
兼容Laravel-Octane
1 parent 9c4d3a3 commit ed6803e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
</p>
1111

1212

13-
这是一个社会化登录的第三方登录扩展包
13+
<p>这是一个社会化登录的第三方登录扩展包 </p>
14+
15+
v2.0版本兼容 [Laravel-Octane](https://github.com/laravel/octane)
16+
17+
18+
1419

1520
## 安装
1621

@@ -60,6 +65,7 @@ $ composer require pltrue/thirdparty_oauth "v1.7"
6065
| 2020-12-29| feat | 新增`京东账户`登录 | [742481030](https://github.com/742481030) | 已合并到master分支 |
6166
| 2020-12-29| fix | 兼容laravel7* | [pl1998](https://github.com/pl1998) | 已合并到master分支 |
6267
| 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分支 |
6369

6470

6571
## 如何申请应用授权?
@@ -91,7 +97,7 @@ $ composer require pltrue/thirdparty_oauth "v1.7"
9197
```shell script
9298
composer require pltrue/thirdparty_oauth "v1.7"
9399
```
94-
#### laravel 常驻内存下安装
100+
#### Laravel Octane 常驻内存下安装
95101
```shell script
96102
composer require pltrue/thirdparty_oauth "v2.0"
97103
```

0 commit comments

Comments
 (0)