0

Occaisionally I get an error in a View template that is hard to debug since instead of just stopping at the error, Laravel redirects to the 'Whoops' error page. Unfortunately the stacktrace there is rarely helpful as it corresponds to code in the internal framework and nothing to do with my code. However, if the page was to just die where the fatal error occured as normal PHP code would, it would be a lot easier to diagnose the issue. Is this possible?

Thanks

4

0 回答 0