SQLSTATE[HY000] [2002] Connection refused (SQL: select * from `posts`) with sail docker container – PHP Versions
I am pretty new to Laravel but have worked with several frameworks in the past. I am using a Linux development host and have created a docker container as per documentation using: curl -s https://laravel.build/example-app | bash After that I…