mirovit/eik-validator-laravel

Extend the Laravel validator to provide eik/bulstat validation.

1.0.3 2015-10-19 17:49 UTC

This package is auto-updated.

Last update: 2024-04-09 01:13:30 UTC


README

This is Laravel 5 wrapper for this validation class.

How to use?

Pull from Composer:

composer require mirovit/eik-validator-laravel

And add this to your config/app.php service providers:

'Mirovit\EIKValidator\EIKValidatorServiceProvider',

Now when creating validation rules, you can use two new rules eik and bulstat - they are aliases to one another.

Contributing

If you'd like to contribute, feel free to send a pull request!