Download the PHP package gabrielopes01/laravel-extra-validators without Composer
On this page you can find all versions of the php package gabrielopes01/laravel-extra-validators. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gabrielopes01/laravel-extra-validators
More information about gabrielopes01/laravel-extra-validators
Files in gabrielopes01/laravel-extra-validators
Download gabrielopes01/laravel-extra-validators
More information about gabrielopes01/laravel-extra-validators
Files in gabrielopes01/laravel-extra-validators
Vendor gabrielopes01
Package laravel-extra-validators
Short Description A package with extra validation to Laravel requests
License MIT
Package laravel-extra-validators
Short Description A package with extra validation to Laravel requests
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-extra-validators
Laravel Extra Validatiors
This package has some extra Validations to Laravel Request's, if you want to use any validator you need to extend on your app service provider adding this line inside the boot function:
Exists Like
-
Add this code line on boot:
- This validation you can check if the field has a similar value on a specific table/collum, like the example:
Post
-
Add this code line on boot:
- This validation will exclude the specific value of the request data if the request method doesn't match, like the example:
Put
-
Add this code line on boot:
- This validation will exclude the specific value of the request data if the request method doesn't match, like the example:
Delete
-
Add this code line on boot:
- This validation will exclude the specific value of the request data if the request method doesn't match, like the example:
All versions of laravel-extra-validators with dependencies
PHP Build Version
Package Version
The package gabrielopes01/laravel-extra-validators contains the following files
Loading the files please wait ....