I download from https://github.com/luciddreamz/laravel Laravel for openshift then upload over my repository over github. This code for connect to database not work. The prob
I'm using Laravel with Docker. I solved this problem by changing the value of DB_HOST from localhost to mysql.
DB_HOST
localhost
mysql
DB_HOST=mysql