MethodsPropertiesConstantsNo public methods foundNo public properties foundNo constants foundNo protected methods found$except N/ANo private methods foundNo private properties foundN/A
Properties
$except
$except : array
The URIs that should be reachable while maintenance mode is enabled.
Type
array
CheckForMaintenanceMode.php
<?phpnamespaceApp\Http\Middleware;useIlluminate\Foundation\Http\Middleware\CheckForMaintenanceModeas Middleware;classCheckForMaintenanceModeextendsMiddleware{/**
* The URIs that should be reachable while maintenance mode is enabled.
*
* @var array
*/protected$except=[ //
];}