Skip to content

Commit a64540a

Browse files
committed
bug #8601 Page creation: require profiler with --dev. (jlamur)
This PR was merged into the master branch. Discussion ---------- Page creation: require profiler with --dev. IMO, it's better to encourage to not have the profiler in production. Commits ------- 38ed1f7 Page creation: require profiler with --dev.
2 parents 4ec0019 + 38ed1f7 commit a64540a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To use the web debug toolbar, just install it:
183183

184184
.. code-block:: terminal
185185
186-
$ composer require profiler
186+
$ composer require --dev profiler
187187
188188
As soon as this finishes, refresh your page. You should see a black bar along the
189189
bottom of the page. You'll learn more about all the information it holds along the

0 commit comments

Comments
 (0)