Debugging
trait Debugging (View source)
Traits
Methods
mixed
prop(string|null $key = null)
Retrieve a prop within the current scope using "dot" notation.
Details
never
dd(mixed ...$args)
Dump the given arguments and terminate execution.
Debugging
dump(string|null $prop = null)
Dumps the given props.
abstract protected mixed
prop(string|null $key = null)
Retrieve a prop within the current scope using "dot" notation.