PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Cookie\Middleware\EncryptCookies as Middleware; class EncryptCookies extends Middleware { /** * The names of the cookies that should not be encrypted. * * @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]