PATH:
home
/
lab2454c
/
costbloc.com
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Http\Middleware\TrustHosts as Middleware; class TrustHosts extends Middleware { /** * Get the host patterns that should be trusted. * * @return array */ public function hosts() { return [ $this->allSubdomainsOfApplicationUrl(), ]; } }
[-] TrustProxies.php
[edit]
[-] CheckForMaintenanceMode.php
[edit]
[-] IsLoggedIn.php
[edit]
[-] TrimStrings.php
[edit]
[+]
..
[-] Permission.php
[edit]
[+]
Api
[-] RedirectIfNotCustomer.php
[edit]
[-] RedirectIfAuthenticated.php
[edit]
[-] Authenticate.php
[edit]
[-] CheckGuest.php
[edit]
[-] UserAuthenticate.php
[edit]
[-] EncryptCookies.php
[edit]
[-] PreventRequestsDuringMaintenance.php
[edit]
[-] Locale.php
[edit]
[-] CheckForDemoMode.php
[edit]
[-] VerifyCsrfToken.php
[edit]
[-] TrustHosts.php
[edit]