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

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

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

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