$request->file()
Fetches a single file array from the Files object by key
$request->file(string $key): array|null
Parameters
Name | Type | Default |
---|---|---|
$key * | string |
– |
Return type
array
|null
Fetches a single file array from the Files object by key
$request->file(string $key): array|null
Name | Type | Default |
---|---|---|
$key * | string |
– |
array
|null