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
if you did call config:cache during local development, you can undo this by deleting the bootstrap/cache/config.php file. and this is work for me.