Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.59 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.59 KB

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