Answers for "laravel connection timed out"

PHP
0

laravel connection timed out

I 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.
Posted by: Guest on March-04-2021

Code answers related to "laravel connection timed out"

Browse Popular Code Answers by Language