Skip to content

Add a note about enabling DebugBundle to use VarDumper inside Symfony #6347

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
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
Next Next commit
Update introduction.rst
the docs are missing important info that the var_dumper component needs to added as a bundle to the appkernel
  • Loading branch information
martijn80 committed Jan 19, 2016
commit cee65afed9799c9209db46461b4bd9fcdfb77edd
3 changes: 3 additions & 0 deletions components/var_dumper/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ You can install the component in 2 different ways:
* :doc:`Install it via Composer </components/using_components>` (``symfony/var-dumper`` on `Packagist`_);
* Use the official Git repository (https://github.com/symfony/var-dumper).

.. note::
Make sure the bundle is added in your ``app/AppKernel.php``

.. _components-var-dumper-dump:

The dump() Function
Expand Down