You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heavily inspired by Laravel, the dd function can be provided 1 or more arguments which are passed on to the Symfony VarDumper to be nicely formatted before dieing.
ddl
Displays the line number where it was called and then dies.
About
A debug dumper helper heavily inspired by Laravel's dd()