Download the PHP package samuel-nunes/lumen-form-request-validation without Composer
On this page you can find all versions of the php package samuel-nunes/lumen-form-request-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download samuel-nunes/lumen-form-request-validation
More information about samuel-nunes/lumen-form-request-validation
Files in samuel-nunes/lumen-form-request-validation
Download samuel-nunes/lumen-form-request-validation
More information about samuel-nunes/lumen-form-request-validation
Files in samuel-nunes/lumen-form-request-validation
Vendor samuel-nunes
Package lumen-form-request-validation
Short Description A Simple Solution For Form Request Validation On Lumen
License MIT
Package lumen-form-request-validation
Short Description A Simple Solution For Form Request Validation On Lumen
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-form-request-validation
Form Request Validation for Lumen
This small package contains a laravel-like solution for request form validation.
Contents
- Form Request Validation for Lumen
- Artisan Command
make:request
- Artisan Command
make:rule
Installation
You can install the package via composer:
Next, you must load the Artisan commands:
Usage
You can use:
-
php artisan make:request
to generate a new form request validation (it's works like laravel method). -
php artisan make:rule
to generate a new rule to use in your form request validation (it's works like laravel method too).Credits
- Samuel Nunes
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of lumen-form-request-validation with dependencies
PHP Build Version
Package Version
The package samuel-nunes/lumen-form-request-validation contains the following files
Loading the files please wait ....