PATH:
home
/
lab2454c
/
healthvalidate.com
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\PreventRequestsDuringMaintenance as Middleware; class PreventRequestsDuringMaintenance extends Middleware { /** * The URIs that should be reachable while maintenance mode is enabled. * * @var array */ protected $except = [ // ]; }
[-] TrustProxies.php
[edit]
[-] TrimStrings.php
[edit]
[+]
..
[-] RedirectIfAuthenticated.php
[edit]
[-] AdminAuthenticated.php
[edit]
[-] Authenticate.php
[edit]
[-] Cors.php
[edit]
[-] EncryptCookies.php
[edit]
[-] PreventRequestsDuringMaintenance.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] TrustHosts.php
[edit]