Skip to content

Commit ff2b8e3

Browse files
committed
Add mysql instruction to README
1 parent 3a21759 commit ff2b8e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ To this:
129129
* DB_USERNAME=laravel
130130
* DB_PASSWORD=password
131131

132+
### If you choice to use MySQL
133+
134+
Copy file ".env.example", and change its name to ".env".
135+
Then in file ".env" complete this database configuration:
136+
* DB_CONNECTION=mysql
137+
* DB_HOST=127.0.0.1
138+
* DB_PORT=3306
139+
* DB_DATABASE=laravel
140+
* DB_USERNAME=root
141+
* DB_PASSWORD=
142+
132143
### Next step
133144

134145
``` bash

0 commit comments

Comments
 (0)