Skip to content

Commit 11e80c9

Browse files
committed
bug #6347 Add a note about enabling DebugBundle to use VarDumper inside Symfony (martijn80, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6347). Discussion ---------- Add a note about enabling DebugBundle to use VarDumper inside Symfony This supersedes #6165 tweaking the proposed note contents. Commits ------- 00bc64c Add a note about enabling DebugBundle to use VarDumper inside Symfony 2c79c08 Update introduction.rst
2 parents 01b2cd9 + 00bc64c commit 11e80c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/var_dumper/introduction.rst

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ You can install the component in 2 different ways:
2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/var-dumper`` on `Packagist`_);
2121
* Use the official Git repository (https://github.com/symfony/var-dumper).
2222

23+
.. note::
24+
25+
If using it inside a Symfony application, make sure that the
26+
DebugBundle is enabled in your ``app/AppKernel.php`` file.
27+
2328
.. _components-var-dumper-dump:
2429

2530
The dump() Function

0 commit comments

Comments
 (0)