Pony.fm/app
Laravel Shift dce4ad2a74 Leverage injected request object
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.

[1]: https://laravel.com/docs/requests#accessing-the-request
2021-02-14 19:46:02 +00:00
..
Commands Global Facades 2021-02-14 19:45:51 +00:00
Console Streamline calls to orderBy 2021-02-14 19:45:58 +00:00
Contracts Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Exceptions Updates after 8.0 shift 2021-02-14 19:34:53 +00:00
Facades Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Http Leverage injected request object 2021-02-14 19:46:02 +00:00
Jobs Global Facades 2021-02-14 19:45:51 +00:00
Library Global Facades 2021-02-14 19:45:51 +00:00
Mail Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Models Streamline calls to orderBy 2021-02-14 19:45:58 +00:00
Policies Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Providers Global Facades 2021-02-14 19:45:51 +00:00
Traits Global Facades 2021-02-14 19:45:51 +00:00
AlbumDownloader.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
PlaylistDownloader.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00