DEV Community

Discussion on: Laravel .env Files Exposed In Browsers

Collapse
 
joppedc profile image
JoppeDC

Could be better. Symfony checks for the env file, and if its there, it won't even run on production mode, only dev mode

Thread Thread
 
philnash profile image
Phil Nash

That makes more sense.