avency/neos-vardump

Last activity 25 Apr 2022 14 6928
composer require avency/neos-vardump

Neos VarDump Package

1.2.0

Homepage
https://www.avency.de
Version
1.2.0
Type
neos-package
Release Date
Apr 25, 2022 06:15
Source
git
Distribution
zip
Requires
  • neos/flow: ^5.0 || ^6.0 || ^7.0 || ^8.0 || dev-master
  • symfony/var-dumper: ~5.2.4
MIT 102308f75be3f07ddecd0d537e8e871e895acb17

Readme excerpt

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 …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 4 package(s).