mirovit / eik-validator-laravel
Extend the Laravel validator to provide eik/bulstat validation.
Installs: 3 219
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- illuminate/support: 5.*
- illuminate/validation: 5.*
- mirovit/eik-validator: 1.*
This package is auto-updated.
Last update: 2024-11-09 02:17:40 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!