From 38ed1f7e6e9e2bae031446286c0a348675c66ffb Mon Sep 17 00:00:00 2001 From: Jules Lamur Date: Tue, 7 Nov 2017 20:16:07 +0100 Subject: [PATCH] Page creation: require profiler with --dev. --- page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page_creation.rst b/page_creation.rst index fb80b8ab8d7..4670b2b8f6d 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -183,7 +183,7 @@ To use the web debug toolbar, just install it: .. code-block:: terminal - $ composer require profiler + $ composer require --dev profiler 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