Is the config value laravel debug_hide or debug_blacklist undocumented on purpose? #56054
Unanswered
Rowlando13
asked this question in
Q&A
Replies: 1 comment
-
Those should have been defaults in the core to not expose envs on debug. Someone proposed that and got ignored. a more efficient way would had been
Why? Devops like to deploy public repos with debug on for some reason. Update. Someone said in here somewhere that if TO does not like something, he removes it from the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel version 8. The config variable for debug_hide / debug_blacklist disappeared from the docs in laravel 7? Is that an oversight or was that intentional such as it may be removed. Both still work for me.
lararvel 7 docs
laravel 5 docs
Beta Was this translation helpful? Give feedback.
All reactions