$request->get()
Returns any data field from the request if it exists
$request->get(array|string|null $key = null, $fallback = null)
Parameters
| Name | Type | Default |
|---|---|---|
| $key | array|string|null |
null |
| $fallback | mixed |
null |