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 solved this problem generating a new key using the command: php artisan key:generate
php artisan key:generate