server
server copied to clipboard
Feature/debug mode
Hi @php-rock, this is a great idea. But we can do the same at the middleware level.
Maybe it's worth making an event?
ProcedureAccepted- The event occurs on any correct/incorrect request before it is processed.ProcedureSucceeded- The event occurs after a successful requestProcedureFailed- The event occurs after a failed request
As far as developer mode is concerned, I would like to see slightly different data. For example trace errors in the returned JSON.