FormRequest::intersect()
  • References/PHP/Laravel/Foundation/Http

array intersect(array|mixed $keys) Intersect an array of items with the

2025-01-10 15:47:30
FormRequest::pjax()
  • References/PHP/Laravel/Foundation/Http

bool pjax() Determine if the request is the result of an PJAX call.

2025-01-10 15:47:30
FormRequest::root()
  • References/PHP/Laravel/Foundation/Http

string root() Get the root URL for the application.

2025-01-10 15:47:30
FormRequest::route()
  • References/PHP/Laravel/Foundation/Http

Route|object|string route(string|null $param = null)

2025-01-10 15:47:30
FormRequest::query()
  • References/PHP/Laravel/Foundation/Http

string|array query(string $key = null, string|array|null $default = null)

2025-01-10 15:47:30
FormRequest::fullUrl()
  • References/PHP/Laravel/Foundation/Http

string fullUrl() Get the full URL for the request.

2025-01-10 15:47:30
FormRequest::instance()
  • References/PHP/Laravel/Foundation/Http

$this instance() Return the Request instance.

2025-01-10 15:47:30
FormRequest::duplicate()
  • References/PHP/Laravel/Foundation/Http

duplicate(array $query = null, array $request = null, array $attributes = null, array $cookies = null, array $files = null, array $server = null)

2025-01-10 15:47:30
FormRequest::bearerToken()
  • References/PHP/Laravel/Foundation/Http

string|null bearerToken() Get the bearer token from the request headers

2025-01-10 15:47:30
FormRequest::__isset()
  • References/PHP/Laravel/Foundation/Http

bool __isset(string $key) Check if an input element is set on the request

2025-01-10 15:47:30