| 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: | 2025-11-06 15:07:09 |
| Package Statistics | |
|---|---|
| Total Downloads: | 740 |
| Monthly Downloads: | 0 |
| 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'