Package Data | |
---|---|
Maintainer Username: | questocat |
Maintainer Contact: | zhengchaopu@gmail.com (questocat) |
Package Create Date: | 2018-02-26 |
Package Last Update: | 2018-05-28 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:12:20 |
Package Statistics | |
---|---|
Total Downloads: | 15 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.