[8.x] Adds datetime parsing to `Request` instance by DarkGhostHunter · Pull Request #39945 · laravel/framework

What? Allows to conveniently retrieve an input from the Request as a Carbon object (or DateTimeInterface). It uses the Date facade behind the scenes. public function post(Requets $request) { //...