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 6b880dc commit 13bae39Copy full SHA for 13bae39
config/database.php
@@ -57,7 +57,6 @@
57
'host' => env('DB_HOST', '127.0.0.1'),
58
'database' => env('DB_DATABASE', 'tel'),
59
'username' => env('DB_USERNAME', 'root'),
60
- 'unix_socket' => env('UNIX_SOCKET', '/Applications/XAMPP/xamppfiles/var/mysql/mysql.sock'),
61
'password' => env('DB_PASSWORD', ''),
62
'charset' => 'utf8',
63
'collation' => 'utf8_unicode_ci',
0 commit comments