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 3be9fba commit a842404Copy full SHA for a842404
.env.example
@@ -6,12 +6,12 @@ APP_URL=http://localhost
6
7
LOG_CHANNEL=stack
8
9
-DB_CONNECTION=mysql
10
-DB_HOST=127.0.0.1
11
-DB_PORT=3306
12
-DB_DATABASE=laravel
13
-DB_USERNAME=root
14
-DB_PASSWORD=
+DB_CONNECTION=pgsql
+DB_HOST=localhost
+DB_PORT=5432
+DB_DATABASE=your_database_name
+DB_USERNAME=homestead
+DB_PASSWORD=secret
15
16
BROADCAST_DRIVER=log
17
CACHE_DRIVER=file
0 commit comments