Input request is a package for Lumen
Via Composer to add the package to your project's dependencies:
$ composer require questocat/lumen-request
Add the service provider in bootstrap/app.php
$app->register(Questocat\LumenRequest\InputRequestServiceProvider::class);
Now you can generate the UserRequest class using the artisan console.
$ php artisan make:request UserRequest
Have fun!
Licensed under the MIT license.