iraldoad/symfony-dd

use laravel dd in symfony

2.0.5 2020-02-10 16:43 UTC

This package is auto-updated.

Last update: 2024-04-11 02:30:35 UTC


README

$arr = ['a'=>'a','b'=>b];
dd($arr);

Installation

$ composer require iraldoad/symfony-dd --dev