questocat/lumen-request

Input request is a package for Lumen

v1.0.0 2018-04-14 09:12 UTC

This package is auto-updated.

Last update: 2024-04-20 12:50:41 UTC


README

Input request is a package for Lumen

StyleCI Scrutinizer Code Quality Build Status Code Coverage Packagist

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.