Skip to content

[Doctrine] Profiler bar only visible with at least tags <body></body> #19406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,13 @@ the :ref:`doctrine-queries` section.
see the web debug toolbar, install the ``profiler`` :ref:`Symfony pack <symfony-packs>`
by running this command: ``composer require --dev symfony/profiler-pack``.

For more information on ``profiler``, see :doc:`/profiler`.

Automatically Fetching Objects (ParamConverter)
-----------------------------------------------

.. _doctrine-entity-value-resolver:

In many cases, you can use the `SensioFrameworkExtraBundle`_ to do the query
for you automatically! First, install the bundle in case you don't have it:

Expand Down