InteractsWithFlashData (Http\Concerns)

InteractsWithFlashData

trait InteractsWithFlashData (View source)

Methods

string|array old(string $key = null, string|array|null $default = null)

Retrieve an old input item.

void flash()

Flash the input for the current request to the session.

void flashOnly(array|mixed $keys)

Flash only some of the input to the session.

<