File Manager Lite
Dir:
/home/u540325668/domains/telegroupstall.com/public_html/app/Http/Middleware
Upload
[..]
Authenticate.php (409 B)
Edit
Rename
Del
CheckForMaintenanceMode.php (335 B)
Edit
Rename
Del
EncryptCookies.php (294 B)
Edit
Rename
Del
RedirectIfAuthenticated.php (528 B)
Edit
Rename
Del
TrimStrings.php (340 B)
Edit
Rename
Del
Edit: 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 */ protected function redirectTo($request) { return route('login'); } }
Simpan