Skip to content
/ dd Public

πŸ‘¨πŸ»β€πŸ’» Use dd and dump to your PHP application like the one in Laravel. .

License

Notifications You must be signed in to change notification settings

tal7aouy/dd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dd

This library will add the dd and dump helpers to your PHP application.

⚑️ Install

Run:

composer require tal7aouy/dd

βœ… Usage

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

πŸ€“ output:

^ array:2 [β–Ό
  "a" => "a"
  "b" => "b"
]

πŸš€ For Laravel

Laravel already have the dd function in its helpers. The dd function from this package is equal to the one in Laravel.

dd was created by tal7aouy under the BSD-3-Clause.

About

πŸ‘¨πŸ»β€πŸ’» Use dd and dump to your PHP application like the one in Laravel. .

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages