PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\TrimStrings as Middleware; class TrimStrings extends Middleware { /** * The names of the attributes that should not be trimmed. * * @var array */ protected $except = [ 'password', 'password_confirmation', ]; }
[-] 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]