mirovit/eik-validator-laravel

Extend the Laravel validator to provide eik/bulstat validation.
3,489 1
Install
composer require mirovit/eik-validator-laravel
Latest Version:1.0.3
License:MIT
Last Updated:Feb 4, 2016
Links: GitHub  ·  Packagist
Maintainer: mirovit

About

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!