Skip to content

Using Laravel dd in Symfony. Forked from wanfeiyy/laravel-dd

Notifications You must be signed in to change notification settings

iraldoad/symfony-dd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

How to use?

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

Installation

$ composer require iraldoad/symfony-dd --dev