From 445a921cb82793eef718852e8b5a59ae1e2f5ac6 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 9 Jan 2016 04:07:34 +0700 Subject: [PATCH] Fixes typo php-debug-bar package name and its composer require command --- doc/book/cookbook/debug-toolbars.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/book/cookbook/debug-toolbars.md b/doc/book/cookbook/debug-toolbars.md index 0cbd2454..11c40361 100644 --- a/doc/book/cookbook/debug-toolbars.md +++ b/doc/book/cookbook/debug-toolbars.md @@ -47,16 +47,16 @@ a [post detailing these steps](https://blog.bitexpert.de/blog/using-prophiler-wi > — and not in production, where you likely do not want to expose such > information! -## php-middleware/phpdebugbar +## php-middleware/php-debug-bar -[php-middleware/phpdebugbar](https://github.com/php-middleware/phpdebugbar) +[php-middleware/php-debug-bar](https://github.com/php-middleware/phpdebugbar) provides a PSR-7 middleware wrapper around [maximebf/debugbar](https://github.com/maximebf/debugbar), a popular framework-agnostic debug bar for PHP projects. First, install the middleware in your application: ```bash -$ composer require php-middleware/phpdebugbar +$ composer require php-middleware/php-debug-bar ``` DebugBar ships with a number of fonts, CSS files, and JavaScript assets that it