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
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,30 @@ This middleware provide framework-agnostic possibility to attach [PHP Debug bar]
8
8
```json
9
9
{
10
10
"require": {
11
-
"php-middleware/php-debug-bar": "^1.0.0"
11
+
"php-middleware/php-debug-bar": "^1.1.0"
12
12
}
13
13
}
14
14
```
15
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.
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. Or use default factory.
0 commit comments