avency/neos-vardump

Last activity 09 Mar 2021 10 4811
composer require avency/neos-vardump

Neos VarDump Package

1.1.0

Homepage
https://www.avency.de
Version
1.1.0
Type
neos-package
Release Date
Mar 09, 2021 06:19
Source
git
Distribution
zip
Requires
MIT 99c1b9e1dc2f7e05bb8bfeb125d83bba94c4aa4a

Neos Dump Server

Bringing 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.

Installation

You can install the package via composer:

composer require --dev avency/neos-vardump

The package will register itself automatically.

Usage

Start the dump server by calling the flow command:

./flow dumpserver:start

And 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 from API requests, without having to deal with HTTP errors.

Credits

License

The MIT License (MIT). Please see License File for more information.

The content of the readme is provided by Github
The same vendor provides 4 package(s).