Skip to content

Commit dba7cde

Browse files
committed
新增 laravel octane
1 parent 3de367d commit dba7cde

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ php artisan queue:work redis --sleep=3
103103
#### 更新日志
104104
* 2021-04-17 新增用户评论所属区域显示 新增归档a链接 新增评论删除模型监听
105105
* 2021-04-20 新增文章图片跳转 新增二级评论
106+
* 加速你的laravel应用 新增 laravel octane 扩展 常驻内存 支持 请使用守护进程维护 nginx代理转发
106107

apiblog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"laravel/octane": "^1.0",
1919
"laravel/tinker": "^2.5",
2020
"overtrue/laravel-filesystem-qiniu": "^1.0",
21-
"pltrue/thirdparty_oauth": "v1.6",
21+
"pltrue/thirdparty_oauth": "v2.0",
2222
"torann/geoip": "^3.0",
2323
"tymon/jwt-auth": "1.*"
2424
},

apiblog/composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/.env.development

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE_ENV = 'development'
2-
#VUE_APP_BASE_API = 'http://127.0.0.1:9091/api'
3-
VUE_APP_BASE_API = 'https://api.pltrue.top/api'
4-
VUE_APP_URL = 'http://localhost:8081'
2+
VUE_APP_BASE_API = 'http://127.0.0.1:9091/api'
3+
#VUE_APP_BASE_API = 'https://api.pltrue.top/api'
4+
VUE_APP_URL = 'http://127.0.0.1:8081'
55

66
VUE_APP_GITHUB_CLIENT_ID = '684a49aa60ce60372463'
77
VUE_APP_GITHUB_REDIRECT_URL = 'http://127.0.0.1:8000/api/githubCallBack'

0 commit comments

Comments
 (0)