File Manager Lite
Dir:
/home/u540325668/domains/mccsociety.org/public_html/app/Http/Middleware
Upload
[..]
Authenticate.php (464 B)
Edit
Rename
Del
AuthorMiddleware.php (505 B)
Edit
Rename
Del
CheckForMaintenanceMode.php (335 B)
Edit
Rename
Del
OperatorMiddleware.php (507 B)
Edit
Rename
Del
RedirectIfAuthenticated.php (1.12 KB)
Edit
Rename
Del
TrimStrings.php (340 B)
Edit
Rename
Del
TrustProxies.php (436 B)
Edit
Rename
Del
VerifyCsrfToken.php (551 B)
Edit
Rename
Del
Edit: TrimStrings.php
<?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', ]; }
Simpan