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 823e439 commit 7aef7ffCopy full SHA for 7aef7ff
api/config/database.php
@@ -53,7 +53,7 @@
53
],
54
55
'mysql' => [
56
- 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
+ // 'unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock',
57
'driver' => 'mysql',
58
'host' => env('DB_HOST', 'localhost'),
59
'database' => env('DB_DATABASE', 'forge'),
0 commit comments