How to hide .env passwords in Laravel whoops output?
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 work. I don’t want them to see these …