File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 12
12
13
13
` php artisan passport:install --force `
14
14
15
- ## 5、复制第4步生成的密钥到.env文件中,填写为PERSONAL_Client_Secret和PASSPORT_Client_Secret的参数
16
- PERSONAL_Client_ID=1
15
+ ## 5、复制第4步生成的密钥到.env文件中,填写为PERSONAL_CLIENT_SECRET和PASSPORT_CLIENT_SECRET的参数
16
+ PERSONAL_CLIENT_ID=1
17
+ PERSONAL_CLIENT_SECRET=
17
18
18
- PERSONAL_Client_Secret=
19
-
20
- PASSPORT_Client_ID=2
21
-
22
- PASSPORT_Client_Secret=
19
+ PASSPORT_CLIENT_ID=2
20
+ PASSPORT_CLIENT_SECRET=
23
21
24
22
## 6、生成用户数据和各种结构数据
25
23
` php artisan db:seed `
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ PUSHER_APP_ID=
32
32
PUSHER_APP_KEY =
33
33
PUSHER_APP_SECRET =
34
34
35
- PERSONAL_Client_ID = 1
36
- PERSONAL_Client_Secret =
35
+ PERSONAL_CLIENT_ID = 1
36
+ PERSONAL_CLIENT_SECRET =
37
37
38
- PASSPORT_Client_ID = 2
39
- PASSPORT_Client_Secret =
38
+ PASSPORT_CLIENT_ID = 2
39
+ PASSPORT_CLIENT_SECRET =
You can’t perform that action at this time.
0 commit comments