IT-Academy-BCN / ita-profiles

8 stars 2 forks source link

Feature: Give Laravel Handler some steroids #221

Closed ivanlegranbizarro closed 3 months ago

ivanlegranbizarro commented 3 months ago

Trust the Laravel handler to take care of the most common errors; This will help us clean the controllers. To achieve this: We will catch the most common errors (404, 500, 403) in the Handler and customize the type of messages it should return. We will also inject Logs to help programmers with debugging tasks.