R
R
Roman Akhmadullin2015-12-02 08:08:29
Exceptions
Roman Akhmadullin, 2015-12-02 08:08:29

How to make error messages clearer in Laravel?

Started working on another project at L5. Connected the display of beautiful errors through the Laravel Exceptions package. But still annoying canvas of callbacks on the left side. It is impossible to immediately understand where exactly the error occurred and what to do with it.
How do you solve this problem? Are you just resigned?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
D', 2015-12-02
@saggid

I don’t know what Laravel Exceptions are, but the standard error output in dev mode, and the log file on the prod, are more than completely satisfied. I also like to connect BugSnag for sales in order to catch errors in time.
The canvas of callbacks, on the contrary, helps to understand why and where the error occurred.
If you cannot figure it out, then the error is most likely in you, and you need to change something in yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question