avency/neos-vardump
composer require avency/neos-vardump
Neos VarDump Package
1.2.0
Readme excerpt
Neos Dump ServerBringing the Symfony Var-Dump Server to Neos.
This package will give you a dump server, that collects all \Avency\Neos\var_dump call outputs, so that it does not interfere with HTTP / API responses.
InstallationYou can install the package via composer:
composer require --dev avency/neos-vardumpThe package will register itself automatically.
UsageStart the dump server by calling the flow command:
./flow dumpserver:startAnd then you can put \Avency\Neos\var_dump calls in your methods. But instead of dumping the output in your current HTTP request, they will be dumped in your terminal.
This is very useful, when you want to dump data …
Read more
The same vendor provides 4 package(s).