8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615928 commit 32f4e4aCopy full SHA for 32f4e4a
components/var_dumper/introduction.rst
@@ -62,6 +62,15 @@ current PHP SAPI:
62
You'll also learn how to change the format or redirect the output to
63
wherever you want.
64
65
+.. tip::
66
6F97 +
67
+ In order to have the ``dump()`` function always available, you can install
68
+ it globally on your dev environment. Just follow these steps: run
69
+ ``composer global require symfony/var-dumper`` then add
70
+ ``auto_prepend_file = ${HOME}/.composer/vendor/autoload.php``
71
+ to your ``php.ini`` file. Don't forget to run ``composer global update``
72
+ from time to time to keep up with the latest fixes.
73
+
74
DebugBundle and Twig Integration
75
--------------------------------
76
0 commit comments