Can I see the number of error lines in laravel 4.2?

Asked 2 years ago, Updated 2 years ago, 47 views

I use laravel 4.2.
If there is an error in view, etc.,

Trying to get property of non-object

Error messages such as are displayed, but the number of lines of error is not displayed.
Is it possible to display it?
Batch also does not display the number of error lines.Is it possible to display this as well?

php laravel

2022-09-30 20:48

1 Answers

I haven't looked into the batch, but I see an error in View.

If the phpartisan env is local, you should see an "Whoops!" error screen.
Error Screen

This square is the row.


2022-09-30 20:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.