dd
facade/ignition
The
dd
function dumps the given variables and ends execution of the script:
<?php dd
(
$value
);
dd
(
$value1
,
$value2
,
$value3
, ...);