Package Data | |
---|---|
Maintainer Username: | mirovit |
Maintainer Contact: | mvvitanov@gmail.com (Miroslav Vitanov) |
Package Create Date: | 2015-10-13 |
Package Last Update: | 2016-02-04 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-20 03:02:27 |
Package Statistics | |
---|---|
Total Downloads: | 3,234 |
Monthly Downloads: | 42 |
Daily Downloads: | 2 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
This is Laravel 5 wrapper for this validation class.
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.
If you'd like to contribute, feel free to send a pull request!