alshenetsky/symfony-roadrunner-dumper

A replacement for dd() function which works in roadrunner

v1.1 2020-01-11 17:28 UTC

This package is auto-updated.

Last update: 2024-05-12 04:02:40 UTC


README

Version Version Downloads count License

symfony-roadrunner-dumper

Variable dumper for Symfony + Roadrunner applications

Using this bundle you can dump any variable using \dev\dd() function just like a regular dd(), even using a Roadrunner!

Install

Require this package with composer using the following command:

$ composer require --dev alshenetsky/symfony-roadrunner-dumper "^1.0"

RoadRunner use-case

For example, if you trying to dd('test'); somewhere, you will see something like that:

worker error: invalid data found in the buffer (possible echo)

But, if you would use this bundle like \dev\dd('test');, it will work.

See also:

Same thing for Laravel framework: Stacked-dumper-laravel