8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6280 comm 8000 it ac5cd87Copy full SHA for ac5cd87
back.md
@@ -13,13 +13,13 @@
13
`php artisan passport:install --force`
14
15
## 5、复制第4步生成的密钥到.env文件中,填写为PERSONAL_Client_Secret和PASSPORT_Client_Secret的参数
16
-PERSONAL_Client_ID=1
+PERSONAL_CLIENT_ID=1
17
18
-PERSONAL_Client_Secret=
+PERSONAL_CLIENT_SECRET=
19
20
-PASSPORT_Client_ID=2
+PASSPORT_CLIENT_ID=2
21
22
-PASSPORT_Client_Secret=
+PASSPORT_CLIENT_SECRET=
23
24
## 6、生成用户数据和各种结构数据
25
`php artisan db:seed`
@@ -37,4 +37,4 @@ PASSPORT_Client_Secret=
37
## 编译API文档
38
由于文档使用了apidoc 请使用前预先安装apidoc
39
40
- 编译命令为apidoc -i ./ -o public/apidoc/
+ 编译命令为apidoc -i ./ -o public/apidoc/
0 commit comments