2017 © Pedro Peláez
 

library custom-validators

Custom Validation Rules For Laravel

image

jorgelsaud/custom-validators

Custom Validation Rules For Laravel

  • Monday, January 25, 2016
  • by giorgiosaud
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CutomValidationRules

Custom Validation Rules For Laravel In this package we can add a alpha_space validation rule to our Laravel, (*1)

To install it you must execute the following command in terminal

```php composer require jorgelsaud/custom-validators, (*2)

### Then you must activate its ServiceProvider adding it in the config/app.php providers section
```php
    jorgelsaud\CustomValidators\CustomValidationsServiceProvider::class

and then you can use the validation rule alpha_space in any validation place, (*3)

if you have one Rule to add please tell me and i will add it

The Versions

25/01 2016

dev-master

9999999-dev

Custom Validation Rules For Laravel

  Sources   Download

MIT

The Requires

 

by Avatar giorgiosaud

25/01 2016

V1.0.1

1.0.1.0

Custom Validation Rules For Laravel

  Sources   Download

MIT

The Requires

 

by Avatar giorgiosaud