| Install | |
|---|---|
composer require joshbrw/laravel-validation-rule-registration |
|
| Latest Version: | v0.1.7 |
| PHP: | >=7.0 |
A package that is designed to help aid rapid development and registration of custom Validation Rules in Laravel
Joshbrw\ValidationRule\Contracts\ValidationRule contract.use RegistersValidationRulesboot() method of your service provider;
$this->registerValidationRule('rule_name', RuleClass::class)$this->registerValidationReplacer('rule_name', RuleClass::class);