PHPDebugConsole icon indicating copy to clipboard operation
PHPDebugConsole copied to clipboard

Laravel ServiceProvider / Middleware

Open bkdotcom opened this issue 3 years ago • 0 comments

I've created a ServiceProvider that pushes some middleware... In this middleware I'd like to

  • [ ] log the initial state/values of the session Right now the session is being logged after the controller has run and the session has been modified.

  • [ ] log the emitted headers $response = $next($request); Currently only capturing response before all the headers have been added

bkdotcom avatar Jan 26 '21 21:01 bkdotcom