Download the PHP package eksa-com/laravel-validation without Composer
On this page you can find all versions of the php package eksa-com/laravel-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eksa-com/laravel-validation
More information about eksa-com/laravel-validation
Files in eksa-com/laravel-validation
Package laravel-validation
Short Description Laravel Validation Service
License
Homepage http://andersao.github.io/laravel-validation
Informations about the package laravel-validation
Laravel Validation Service
Installation
Add "prettus/laravel-repository": "1.1.*" to composer.json
Create a validator
The Validator contains rules for adding, editing.
In the example below, we define some rules for both creation and edition
To define specific rules, proceed as shown below:
Custom Error Messages
You may use custom error messages for validation instead of the defaults
Or, you may wish to specify a custom error messages only for a specific field.
Custom Attributes
You too may use custom name attributes
Using the Validator
Author
Anderson Andrade - [email protected]
Credits
http://culttt.com/2014/01/13/advanced-validation-service-laravel-4/
All versions of laravel-validation with dependencies
illuminate/support Version ~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/validation Version ~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0