Pony.fm/app/Http/Middleware
Laravel Shift 3f85a1ca06 Shift to helper methods
Laravel offers many helper functions, including: `view()`, `response()`, `redirect()`, `config()`, and more.

Review the [Helpers][1] documentation for more details.

[1]: https://laravel.com/docs/5.7/helpers
2021-02-14 19:45:52 +00:00
..
Authenticate.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
AuthenticateOAuth.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Authorize.php Global Facades 2021-02-14 19:45:51 +00:00
DisabledAccountCheck.php Global Facades 2021-02-14 19:45:51 +00:00
EncryptCookies.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
JsonExceptions.php Shift to helper methods 2021-02-14 19:45:52 +00:00
PreventRequestsDuringMaintenance.php Shift HTTP kernel and middleware 2021-02-14 19:11:14 +00:00
RedirectIfAuthenticated.php Updates after 8.0 shift 2021-02-14 19:34:53 +00:00
TrimStrings.php Shift core files 2021-02-14 18:21:24 +00:00
TrustHosts.php Shift core files 2021-02-14 18:57:23 +00:00
TrustProxies.php Shift HTTP kernel and middleware 2021-02-14 19:11:14 +00:00
VerifyCsrfToken.php Shift middleware 2021-02-14 04:23:11 +00:00