I got a fresh laravel 5 app set up but I can't see any errors on screen. I have turned debug to true in app.php and added the correct write permissions to the storage folder.
What should I enable to start seeing normal errors on my browser screen? I am using Homestead. I can see errors being properly logged in laravel.log
When "storage/meta/compiled.php" doesn't exist (as in my case) then do " 'php artisan optimize' in your app's directory directly on your Vagrant box." as nwitthaus said above. This worked for me.
I don't know if it's the case for most of you but for me it was the fact that when I created a new laravel project in 5.4, the Whoops package was no longer present in the composer.json file.