Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 445a921

Browse files
committed
Fixes typo php-debug-bar package name and its composer require command
1 parent b86838f commit 445a921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/book/cookbook/debug-toolbars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ a [post detailing these steps](https://blog.bitexpert.de/blog/using-prophiler-wi
4747
> — and not in production, where you likely do not want to expose such
4848
> information!
4949
50-
## php-middleware/phpdebugbar
50+
## php-middleware/php-debug-bar
5151

52-
[php-middleware/phpdebugbar](https://github.com/php-middleware/phpdebugbar)
52+
[php-middleware/php-debug-bar](https://github.com/php-middleware/phpdebugbar)
5353
provides a PSR-7 middleware wrapper around [maximebf/debugbar](https://github.com/maximebf/debugbar),
5454
a popular framework-agnostic debug bar for PHP projects.
5555

5656
First, install the middleware in your application:
5757

5858
```bash
59-
$ composer require php-middleware/phpdebugbar
59+
$ composer require php-middleware/php-debug-bar
6060
```
6161

6262
DebugBar ships with a number of fonts, CSS files, and JavaScript assets that it

0 commit comments

Comments
 (0)