8000 Update back.md · hwsyy/laravel_template_with_vue@ac5cd87 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac5cd87

Browse files
authored
Update back.md
防止在 linux 出现大小写问题
1 parent dcc6280 comm
8000
it ac5cd87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

back.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
`php artisan passport:install --force`
1414

1515
## 5、复制第4步生成的密钥到.env文件中,填写为PERSONAL_Client_Secret和PASSPORT_Client_Secret的参数
16-
PERSONAL_Client_ID=1
16+
PERSONAL_CLIENT_ID=1
1717

18-
PERSONAL_Client_Secret=
18+
PERSONAL_CLIENT_SECRET=
1919

20-
PASSPORT_Client_ID=2
20+
PASSPORT_CLIENT_ID=2
2121

22-
PASSPORT_Client_Secret=
22+
PASSPORT_CLIENT_SECRET=
2323

2424
## 6、生成用户数据和各种结构数据
2525
`php artisan db:seed`
@@ -37,4 +37,4 @@ PASSPORT_Client_Secret=
3737
## 编译API文档
3838
由于文档使用了apidoc 请使用前预先安装apidoc
3939

40-
编译命令为apidoc -i ./ -o public/apidoc/
40+
编译命令为apidoc -i ./ -o public/apidoc/

0 commit comments

Comments
 (0)
0