I just installed the new laravel 4.2 using composer . I am making a syntax error knowingly on my router.php to see if the corresponding application is selected by the application on my browser screen, but instead it turned out
Oops, it looks like something went wrong.
.
I checked the app/config.ph p app/config.ph and changed "debug" = false to "debug" = true and this did not work for me. However, I get the same message.
Does anyone know how to configure laravel 4 to display an error message on my screen?
source share