I am new to PHP programming and I am trying to teach myself WordPress theme development for fun and I am using PhpStorm as my IDE. I am trying to better understand the inner-workings of WordPress and …
Tag: whoops
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 secrets if an exception is thrown, but I also don’t want to have to keep toggling debug on and off, or spin up a dedicated site just for