diff --git a/components/var_dumper/introduction.rst b/components/var_dumper/introduction.rst index e3f3aa1a596..4eb4ca4167c 100644 --- a/components/var_dumper/introduction.rst +++ b/components/var_dumper/introduction.rst @@ -17,6 +17,11 @@ 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:: + + If using it inside a Symfony application, make sure that the + DebugBundle is enabled in your ``app/AppKernel.php`` file. + .. _components-var-dumper-dump: The dump() Function