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 c34ed68Copy full SHA for c34ed68
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, you can install
68
+ it globally in your dev environment:
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
+ #. (Don't forget to run ``composer global update`` from time to time to always
74
+ have the latest bug fixes.)
75
76
DebugBundle and Twig Integration
77
--------------------------------
78
0 commit comments