questocat / lumen-request by questocat

Input request is a package for Lumen
15
1
3
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

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.