When an error occur in DEBUG mode on laravel 4.2, i got the error displayed but in full plain text (with the html code in it).
then i have to search every time for "stacktrace" on the page to see the error :
It should display errors like on this link bellow https://cdn.tutsplus.com/net/uploads/2013/06/whoops-laravel.png
I don't get it, i spent like 2 days trying to fix this but nothing works..
I just saw that the debug bar is not rendered too but it is in the html code as well.
When i create a view in App::error, i don't have problems, but this is not what i want, i would like the fancy display you saw on my previous link which is the one that laravel use by default in debug mode..

