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

bool exists(string|array $key) Determine if the request contains a given

2025-01-10 15:47:30
MaintenanceModeException::__construct()
  • References/PHP/Laravel/Foundation/Http/Exceptions

void __construct(int $time, int $retryAfter = null, string $message = null, Exception $previous

2025-01-10 15:47:30
MaintenanceModeException
  • References/PHP/Laravel/Foundation/Http/Exceptions

MaintenanceModeException class MaintenanceModeException extends ServiceUnavailableHttpException (

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

bool ajax() Determine if the request is the result of an AJAX call.

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

void flash(string $filter = null, array $keys = array()) Flash the input

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

array allFiles() Get an array of all of the files on the request.

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

Closure getUserResolver()

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

void replace(array $input) Replace the input for the current request.

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

static void macro(string $name, callable $macro) Register a

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

array segments() Get all of the segments for the request path.

2025-01-10 15:47:30