trait Illuminate / Support / Traits / Dumpable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Dumpable

Methods

public

dd ( $args ) : never

Dump the given arguments and terminate execution.

Parameters

  • $args mixed
public

dump ( $args ) : $this

Dump the given arguments.

Parameters

  • $args mixed