OldInput
class OldInput (View source)
Provide a way to get values from the previous request.
Methods
boolean
enabled()
Get whether the old input service is enabled.
mixed
get(string $key, mixed $default = null)
Get request value for key from the previous request.
set(array $input)
Set input for the next request.
void
clear()
Clear input for the next request.
Details
at line 50
boolean
enabled()
Get whether the old input service is enabled.
at line 61
mixed
get(string $key, mixed $default = null)
Get request value for key from the previous request.
at line 70
set(array $input)
Set input for the next request.
at line 79
void
clear()
Clear input for the next request.