Package Data | |
---|---|
Maintainer Username: | schickling |
Maintainer Contact: | schickling.j@gmail.com (Johannes Schickling) |
Package Create Date: | 2013-07-30 |
Package Last Update: | 2013-10-16 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-26 15:06:58 |
Package Statistics | |
---|---|
Total Downloads: | 739 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
A set of additional validator rules for Laravel 4
Add the following to your composer.json and run composer update
{
"require": {
"schickling/validators": "dev-master"
}
}
Add Schickling\Validators\ValidatorsServiceProvider
to your config/app.php
'isEnabled' => 'boolean'
'isOptional' => 'optional'
'myIban' => 'iban',
'myBic' => 'bic'