October\Rain\Foundation\Http\Middleware\CheckForMaintenanceMode

Extends
  • Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode
  • Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties

  • $app - The application implementation. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)
  • $except - The URIs that should be accessible while maintenance mode is enabled. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)

Public Methods

public handle()

public handle($request, $next): void

handle an incoming request.

Show inherited public methods

Inherited Public Methods

  • __construct() - Create a new middleware instance. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)
  • getExcludedPaths() - Get the URIs that should be accessible even when maintenance mode is enabled. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)

Protected Methods

Show inherited protected methods

Inherited Protected Methods

  • bypassResponse() - Redirect the user back to the root of the application with a maintenance mode bypass cookie. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)
  • getHeaders() - Get the headers that should be sent with the response. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)
  • hasValidBypassCookie() - Determine if the incoming request has a maintenance mode bypass cookie. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)
  • inExceptArray() - Determine if the request has a URI that should be accessible in maintenance mode. (defined in Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance)