From cee65afed9799c9209db46461b4bd9fcdfb77edd Mon Sep 17 00:00:00 2001 From: Martijn Zijlstra Date: Tue, 19 Jan 2016 14:19:10 +0100 Subject: [PATCH] Update introduction.rst the docs are missing important info that the var_dumper component needs to added as a bundle to the appkernel --- components/var_dumper/introduction.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/var_dumper/introduction.rst b/components/var_dumper/introduction.rst index e3f3aa1a596..d7424cf67d2 100644 --- a/components/var_dumper/introduction.rst +++ b/components/var_dumper/introduction.rst @@ -17,6 +17,9 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``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