You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This middleware provide framework-agnostic possibility to attach [PHP Debug bar](http://phpdebugbar.com/) to your response (html on non-html!).
5
+
6
+
## Installation
7
+
8
+
```json
9
+
{
10
+
"require": {
11
+
"php-middleware/php-debug-bar": "^1.0.0"
12
+
}
13
+
}
14
+
```
15
+
16
+
To build this middleware you need to injecting inside `PhpDebugBarMiddleware` instance `DebugBar\JavascriptRenderer` (you can get it from `DebugBar\StandardDebugBar`) and add middleware to your middleware runner.
0 commit comments