On this page
Debugging
trait Debugging (View source)
Methods
Debugging | dump(string $prop = null) Dumps the given props. |
|
void | dd(string $prop = null) Dumps the given props and exits. |
|
mixed | prop(string $key = null) Retrieve a prop within the current scope using "dot" notation. |
Details
Debugging dump(string $prop = null)
Dumps the given props.
void dd(string $prop = null)
Dumps the given props and exits.
abstract protected mixed prop(string $key = null)
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/10.x/Illuminate/Testing/Fluent/Concerns/Debugging.html