Sunday, 1 July 2018

Laravel: debug screen is not showing after upgraded from 5.4 to 5.5

I upgraded my app from Laravel 5.4 to 5.5. And now when I enter a wrong URL, instead of showing me the debug page for not found exception, it shows me a beautiful 404 page with the text "Sorry, the page you are looking for could not be found." This is similar to the situation when you run your application on a production env having APP_DEBUG=false in the .env file. But here I have set APP_DEBUG=true and APP_ENV=local on my local env.

Where could be the problem?



from Laravel: debug screen is not showing after upgraded from 5.4 to 5.5

No comments:

Post a Comment