Laravel @dump Directive

You can use this directive or the @dd directive of the same name to dump objects and the contents of arrays.

@dump(['name' => 'PHPEXAMPLE', 'surname' => 'NET'])

// or to dump a value from the controller

@dump($users)
Comments

There are no comments, make the firs comment