Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 211554a

Browse files
authored
配置自动生成代码相关的文档
1 parent 2b1f2a6 commit 211554a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎back.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,12 @@ php artisan passport:client --password
7070
php artisan storage:link
7171
~~~
7272

73+
## 10.配置自动生成代码
74+
> 修改后端目录(api)下的config目录中的database.php, 修改'super'关联数组中的'password'选项,设置mysql数据库中root用户名的密码,其余不变
75+
> 注意:只能使用root用户
76+
~~~
77+
'username' => 'root',
78+
'password' => 'abc@123456',
79+
~~~
80+
81+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /