Closed martymcguire closed 3 years ago
I got dinged by a Laravel debug mode exploit that let an attacker get my .env file with some email-sending credentials. Oops!
.env
I suggest shipping an env example where APP_DEBUG is set to false by default. 😅
APP_DEBUG
false
I got dinged by a Laravel debug mode exploit that let an attacker get my
.env
file with some email-sending credentials. Oops!I suggest shipping an env example where
APP_DEBUG
is set tofalse
by default. 😅