Closed ViliamKopecky closed 6 years ago
Are you tired of writing dump($foobar); die();. Yes? Your life is now much more effective with dd($foobar); shortcut, and respective bdd as `bdump and die. Thanks to @JirkaVebr
dump($foobar); die();
dd($foobar);
bdd
👌 LGTM
die
Are you tired of writing
dump($foobar); die();
. Yes? Your life is now much more effective withdd($foobar);
shortcut, and respectivebdd
as `bdump and die. Thanks to @JirkaVebr