library validators
A set of additional validator rules for Laravel 4
schickling/validators
A set of additional validator rules for Laravel 4
- Wednesday, October 16, 2013
- by schickling
- Repository
- 2 Watchers
- 6 Stars
- 732 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
laravel-validators
A set of additional validator rules for Laravel 4, (*1)
Installation
-
Add the following to your composer.json and run composer update, (*2)
{
"require": {
"schickling/validators": "dev-master"
}
}
-
Add Schickling\Validators\ValidatorsServiceProvider to your config/app.php, (*3)
Available Rules
Boolean
'isEnabled' => 'boolean'
Optional
'isOptional' => 'optional'
Bankaccounts
'myIban' => 'iban',
'myBic' => 'bic'
Upcoming Features
- Number precision rule
- language specific string rule (umlauts etc)
- Array validation
, (*4)
dev-master
9999999-dev
A set of additional validator rules for Laravel 4
Sources
Download
The Requires
The Development Requires
by
Johannes Schickling