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 3a21759 commit ff2b8e3Copy full SHA for ff2b8e3
README.md
@@ -129,6 +129,17 @@ To this:
129
* DB_USERNAME=laravel
130
* DB_PASSWORD=password
131
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
143
### Next step
144
145
``` bash
0 commit comments