8000 minor #9537 Symfony 4 Security: Added note, how to install profiler … · symfony/symfony-docs@073d4a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 073d4a0

Browse files
committed
minor #9537 Symfony 4 Security: Added note, how to install profiler bundle (aurelijusb)
This PR was merged into the 4.0 branch. Discussion ---------- Symfony 4 Security: Added note, 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. Commits ------- 45c5399 Added example, how to install profiler bundle
2 parents b3d0a68 + 45c5399 commit 073d4a0

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