Download the PHP package mvaliolahi/seequest without Composer
On this page you can find all versions of the php package mvaliolahi/seequest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvaliolahi/seequest
More information about mvaliolahi/seequest
Files in mvaliolahi/seequest
Download mvaliolahi/seequest
More information about mvaliolahi/seequest
Files in mvaliolahi/seequest
Vendor mvaliolahi
Package seequest
Short Description Another library to validate requests
License
Homepage https://mvaliolahi.ir
Package seequest
Short Description Another library to validate requests
License
Homepage https://mvaliolahi.ir
Please rate this library. Is it a good library?
Informations about the package seequest
PHP Request Validator
Validate requests in easiest way!
Install
`composer require mvaliolahi/seequest`
usage
Create custom validator
Create a class and extends from Mvaliolahi\SeeQuest\Contracts\Validator
, it done!
just implement validate() method.
you have access to :
example:
After define your custom validator you should pass it to the Validator class:
Form Request
There is another class to create FormRequest, its very simple! you can use it to create amazing validation form! just look at the source code.
All versions of seequest with dependencies
PHP Build Version
Package Version
No informations.
The package mvaliolahi/seequest contains the following files
Loading the files please wait ....