How can I hide my passwords and other sensitive environment variables on-screen in Laravel\'s whoops output?
Sometimes other people are looking at my development wor
Just Change
APP_DEBUG=true
To:
APP_DEBUG=false
In the .env file.