jorgelsaud/custom-validators

Custom Validation Rules For Laravel

V1.0.1 2016-01-25 15:32 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:09:00 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

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