Level 75
You are talking about development, right?
Is this:
'debug' => (bool) env('APP_DEBUG', true),
If production it needs to be false.
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Sorry, I don't even know how to express correctly this problem.
I don't know if I changed something in a configuiration file, but now everytime I have an error (about every 2 seconds or so) this thing shows me the Symphony errors instead of the Laravel ones. Ignition I think is called.
Problem is that Symphony errors are barely descriptive if any.
Do you know how to fix this?
You are talking about development, right?
Is this:
'debug' => (bool) env('APP_DEBUG', true),
If production it needs to be false.
Please or to participate in this conversation.