Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

luisferfranco's avatar

How to fix that Laravel is showing Symphony errors instead of "traditionals"

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?

0 likes
1 reply
jlrdw's avatar
jlrdw
Best Answer
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

Please or to participate in this conversation.