Skip to content

Commit c021872

Browse files
authored
Update database.php
1 parent b82c674 commit c021872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'mysql' => [
5656
'driver' => 'mysql',
5757
'host' => env('DB_HOST', 'localhost'),
58+
'port' => env('DB_PORT', '3306'),
5859
'database' => env('DB_DATABASE', 'forge'),
5960
'username' => env('DB_USERNAME', 'forge'),
6061
'password' => env('DB_PASSWORD', ''),

0 commit comments

Comments
 (0)