From fe066ef0ebe546ad249a33ab266f68d28d2962f4 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 2 Jan 2018 10:57:50 +0100 Subject: [PATCH] Install the debug pack instead of profiler --- page_creation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page_creation.rst b/page_creation.rst index f1e53048095..1d78f14f5e5 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -182,11 +182,11 @@ The Web Debug Toolbar: Debugging Dream One of Symfony's *killer* features is the Web Debug Toolbar: a bar that displays a *huge* amount of debugging information along the bottom of your page while developing. -To use the web debug toolbar, just install it: +To use the web debug toolbar, install the Symfony debug tools pack: .. code-block:: terminal - $ composer require --dev profiler + $ composer require --dev debug As soon as this finishes, refresh your page. You should see a black bar along the bottom of the page. You'll learn more about all the information it holds along the