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

Response forbiddenResponse() Get the response for a forbidden operation

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

bool wantsJson() Determine if the current request is asking for JSON in

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::getUserResolver()
  • References/PHP/Laravel/Foundation/Http

Closure getUserResolver()

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::segments()
  • References/PHP/Laravel/Foundation/Http

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

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

$this setRouteResolver(Closure $callback)

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
FormRequest::secure()
  • References/PHP/Laravel/Foundation/Http

bool secure() Determine if the request is over HTTPS.

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

mixed json(string $key = null, mixed $default = null) Get the JSON payload

2025-01-10 15:47:30