Download the PHP package joshbrw/laravel-validation-rule-registration without Composer
On this page you can find all versions of the php package joshbrw/laravel-validation-rule-registration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joshbrw/laravel-validation-rule-registration
More information about joshbrw/laravel-validation-rule-registration
Files in joshbrw/laravel-validation-rule-registration
Download joshbrw/laravel-validation-rule-registration
More information about joshbrw/laravel-validation-rule-registration
Files in joshbrw/laravel-validation-rule-registration
Vendor joshbrw
Package laravel-validation-rule-registration
Short Description A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel
License MIT
Package laravel-validation-rule-registration
Short Description A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-validation-rule-registration
laravel-validation-rule-registration
A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel
Usage
- Create your Validation Rule class, ensure it implements the
Joshbrw\ValidationRule\Contracts\ValidationRule
contract. - In your service provider
use RegistersValidationRules
- 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);
- To register a validation rule:
All versions of laravel-validation-rule-registration with dependencies
PHP Build Version
Package Version
The package joshbrw/laravel-validation-rule-registration contains the following files
Loading the files please wait ....