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 4121dbdCopy full SHA for 4121dbd
components/var_dumper/introduction.rst
@@ -62,6 +62,17 @@ 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
+
67
+ In order to have the ``dump()`` function always available when running
68
+ any PHP code, you can install it globally on your computer:
69
70
+ #. Run ``composer global require symfony/var-dumper``;
71
+ #. Add ``auto_prepend_file = ${HOME}/.composer/vendor/autoload.php``
72
+ to your ``php.ini`` file;
73
+ #. From time to time, run ``composer global update`` to have the latest
74
+ bug fixes.
75
76
DebugBundle and Twig Integration
77
--------------------------------
78
0 commit comments