static Request createFromBase(Request $request)
Store session()
array toArray() Get all of the input and files for the request.
array ips() Returns the client IP addresses.
string|array cookie(string $key = null, string|array|null $default = null)
array only(array|mixed $keys) Get a subset containing the provided keys
void merge(array $input) Merge new input into the current request's input
bool offsetExists(string $offset) Determine if the given offset exists
string ip() Returns the client IP address.
string fingerprint() Get a unique fingerprint for the request / route /
Page 4 of 11