trait Debugging (View source)
| Dumpable |
| never | dd(mixed ...$args)
Dump the given arguments and terminate execution. | from Dumpable |
| Debugging | dump(string|null $prop = null)
Dumps the given props. | |
| mixed | prop(string|null $key = null)
Retrieve a prop within the current scope using "dot" notation. |
Dump the given arguments and terminate execution.
Dumps the given props.
Retrieve a prop within the current scope using "dot" notation.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Testing/Fluent/Concerns/Debugging.html