questocat / lumen-request
Input request is a package for Lumen
v1.0.0
2018-04-14 09:12 UTC
Requires
- php: >=7.0
Requires (Dev)
- laravel/lumen-framework: ^5.5
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0|~5.0
This package is auto-updated.
Last update: 2024-10-20 13:52:01 UTC
README
Input request is a package for Lumen
Installation
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);
Usage
Now you can generate the UserRequest class using the artisan console.
$ php artisan make:request UserRequest
Have fun!
License
Licensed under the MIT license.