Merge pull request #4179 from bshaffer/add-socket-to-database-config

Adds unix_socket to config/database.php for consistency
This commit is contained in:
Taylor Otwell 2017-03-16 08:01:19 -05:00 committed by GitHub
commit 0c4f0f0a97
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',