[Request] - On Error, show also the user file on top #53717
Unanswered
celentano99
asked this question in
Ideas
Replies: 1 comment
-
Not sure if it's Laravel itself who can do something about that:
|
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
-
When I write code, sometimes I get am error. To understand better, I need to look on what line was that, in the files updated by me. This is never the first file. I need to go in the logfile until I find the correct file ( sometimes I get until the end and I can find the file - when they are like 50 there ).
What I propose : on the error page, show above the current section, a summary section, that contains the "user" files ( the ones that are in the app/Controler/, app/Model/, app/Livewire/* and so on ) ( or a location that is not "by default" created by the framework). Like this, a new user can see what was wrong much easy.
For the new users will be a big impact, they know what line that they wrote has causing the error.
Beta Was this translation helpful? Give feedback.
All reactions