phpdebugbar
phpdebugbar copied to clipboard
PSR-15 middleware for PHP Debug bar
It would be nice to save debug info if response has `Location` header or it's status code is between 300 and 400. Debug bar can handle this via `$debugBar->stackData()` call....
I just stumbled over the middleware and was surprised that the docs said it supports psr-11, wondering what it would load through it. A quick look at the code revealed...
When using ajax requests these requests are not integrated into debugbar, because they are not considered. This Pullrequest fixes this ( [PR 40](https://github.com/php-middleware/phpdebugbar/pull/40) ). Do you have a timeframe when...
handler Ajax Request in javascript Renderer.
Hi, I'm using Mezzio and added phpdebugbar, as explained at mezzio [website](https://docs.mezzio.dev/mezzio/v3/cookbook/debug-toolbars/). If I manually copy vendor files to public folder, everything works. After PR #3 this should work without...