2017 © Pedro Peláez
 

library laravel-validation-rule-registration

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

image

joshbrw/laravel-validation-rule-registration

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  • Wednesday, November 29, 2017
  • by joshbrw
  • Repository
  • 1 Watchers
  • 0 Stars
  • 715 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 13 % Grown

The README.md

laravel-validation-rule-registration

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel, (*1)

Usage

  1. Create your Validation Rule class, ensure it implements the Joshbrw\ValidationRule\Contracts\ValidationRule contract.
  2. In your service provider use RegistersValidationRules
  3. In the boot() method of your service provider;
    • To register a validation rule: $this->registerValidationRule('rule_name', RuleClass::class)
    • To register a validation replacer: $this->registerValidationReplacer('rule_name', RuleClass::class);

The Versions

29/11 2017

dev-master

9999999-dev

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

29/11 2017

v0.1.7

0.1.7.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

23/02 2017

v0.1.6

0.1.6.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1.5

0.1.5.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1.4

0.1.4.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1.3

0.1.3.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1.2

0.1.2.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1.1

0.1.1.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown

22/02 2017

v0.1

0.1.0.0

A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel

  Sources   Download

MIT

The Requires

 

by Josh Brown