questocat / lumen-request

Input request is a package for Lumen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lumen-request

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.

About

Input request is a package for Lumen

License:MIT License


Languages

Language:PHP 100.0%