Methods |
public
|
old(string|null $key = null, Model|string|array|null $default = null): string|array|null
Retrieve an old input item.
Retrieve an old input item.
|
#
|
public
|
flash(): void
Flash the input for the current request to the session.
Flash the input for the current request to the session.
|
#
|
public
|
flashOnly(array|mixed $keys): void
Flash only some of the input to the session.
Flash only some of the input to the session.
|
#
|
public
|
flashExcept(array|mixed $keys): void
Flash only some of the input to the session.
Flash only some of the input to the session.
|
#
|
public
|
flush(): void
Flush all of the old input from the session.
Flush all of the old input from the session.
|
#
|