jorgelsaud / custom-validators
Custom Validation Rules For Laravel
V1.0.1
2016-01-25 15:32 UTC
Requires
- illuminate/validation: ^5.2
This package is not auto-updated.
Last update: 2024-11-23 20:31:33 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