8000 Added example, how to install profiler bundle · symfony/symfony-docs@45c5399 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45c5399

Browse files
committed
Added example, how to install profiler bundle
There is example picture (`_images/security/anonymous_wdt.png`) with `profiler` bundle, but when creating Symfony 4 project with `flex` – `profiler` bundle is not included by default. Therefore for new Symfony 4 users it is hard to follow documentation.
1 parent a7e94f4 commit 45c5399

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

security.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ be fooled by the "Yes" next to Authenticated, you're just an anonymous user:
127127
.. image:: /_images/security/anonymous_wdt.png
128128
:align: center
129129

130+
.. tip::
131+
If you do not see toolbar, it can be installed with :doc:`Profiler </profiler>` bundle
132+
133+
.. code-block:: terminal
134+
135+
$ composer require profiler --dev
136+
130137
You'll learn later how to deny access to certain URLs or controllers.
131138

132139
.. tip::

0 commit comments

Comments
 (0)
0