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 a similar issue in my config/services.php and I solved using config clear and optimize commands:
config/services.php
config clear
optimize
php artisan config:clear php artisan optimize