trait Debugging (View source)

Methods

dump(string|null $prop = null)

Dumps the given props.

void
dd(string|null $prop = null)

Dumps the given props and exits.

mixed
prop(string|null $key = null)

Retrieve a prop within the current scope using "dot" notation.

Details

Debugging dump(string|null $prop = null)

Dumps the given props.

Parameters

string|null $prop

Return Value

Debugging

void dd(string|null $prop = null)

Dumps the given props and exits.

Parameters

string|null $prop

Return Value

void

abstract protected mixed prop(string|null $key = null)

Retrieve a prop within the current scope using "dot" notation.

Parameters

string|null $key

Return Value

mixed

Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.