Symfony VarDumper implementation for Magento 2
- 2.3
- 2.4 (Requires v1.1.0 and above)
composer require --dev wiringa/magento2-dump-server "^1.0"
bin/magento module:enable Wiringa_DumpServer
bin/magento setup:upgrade
bin/magento server:dump
Output from dump()
calls will now be logged in the that terminal. See Symfony VarDumper Server documentation for more information.