jorgelsaud / custom-validators
Custom Validation Rules For Laravel
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/jorgelsaud/custom-validators
Requires
- illuminate/validation: ^5.2
This package is not auto-updated.
Last update: 2025-10-12 00:52:14 UTC
README
Custom Validation Rules For Laravel In this package we can add a alpha_space validation rule to our Laravel
To install it you must execute the following command in terminal
composer require jorgelsaud/custom-validators
Then you must activate its ServiceProvider adding it in the config/app.php providers section
jorgelsaud\CustomValidators\CustomValidationsServiceProvider::class
and then you can use the validation rule alpha_space in any validation place