laravel connection timed out

Solutions on MaxInterview for laravel connection timed out by the best coders in the world

showing results for - "laravel connection timed out"
Liam
11 Feb 2020
1I had the same issue. I did var_dump(DB::connection()); and found out that the host value was wrong because a wrong .env file was loaded.