X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/app/Http/Middleware
home
/
gfecatvj
/
sites
/
realesbar-X
/
app
/
Http
/
Middleware
/
📁
..
📄
Authenticate.php
(469 B)
📄
CheckForMaintenanceMode.php
(335 B)
📄
EncryptCookies.php
(294 B)
📄
IsAdmin.php
(522 B)
📄
IsAgent.php
(468 B)
📄
IsBlogger.php
(475 B)
📄
IsUser.php
(472 B)
📄
RedirectIfAuthenticated.php
(1.7 KB)
📄
TrimStrings.php
(340 B)
📄
TrustHosts.php
(354 B)
📄
TrustProxies.php
(441 B)
📄
VerifyCsrfToken.php
(307 B)
Editing: TrustHosts.php
<?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(), ]; } }
Upload File
Create Folder