giorgiosaud / CutomValidationRules by giorgiosaud

Custom Validation Rules For Laravel
15
0
2
Package Data
Maintainer Username: giorgiosaud
Maintainer Contact: jorgelsaud@gmail.com (Giorgiosaud)
Package Create Date: 2016-01-25
Package Last Update: 2016-01-25
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 15:11:58
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

CutomValidationRules

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

if you have one Rule to add please tell me and i will add it