X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/app/Http/Middleware
home
/
gfecatvj
/
sites
/
realesbar
/
app
/
Http
/
Middleware
/
📁
..
📄
Authenticate.php
(469 B)
📄
CheckForMaintenanceMode.php
(335 B)
📄
EncryptCookies.php
(294 B)
📄
RedirectIfAuthenticated.php
(582 B)
📄
TrimStrings.php
(340 B)
📄
TrustProxies.php
(436 B)
📄
VerifyCsrfToken.php
(307 B)
Editing: Authenticate.php
<?php namespace App\Http\Middleware; use Illuminate\Auth\Middleware\Authenticate as Middleware; class Authenticate extends Middleware { /** * Get the path the user should be redirected to when they are not authenticated. * * @param \Illuminate\Http\Request $request * @return string|null */ protected function redirectTo($request) { if (! $request->expectsJson()) { return route('login'); } } }
Upload File
Create Folder