dump
laravel-shift/factory-generator
The
dump
function dumps the given variables:
<?php dump
(
$value
);
dump
(
$value1
,
$value2
,
$value3
, ...);