After upgrading to Laravel 5.2, none of my .env file values are being read. I followed the upgrade instructions; none of my config files were changed except aut
.env
I had some problems with this. It seemed to be a file permission issue somewhere in the app - not the .env-file.
I had to - stop my docker - use chown to set owning-rights to my own user for the whole project - start docker again
This time it worked.