Libraries tagged by custom validators
robbielove/uniquewith-validator
23 Downloads
Custom Laravel Validator for combined unique indexes
pedroufv/uniquewith-validator
7 Downloads
Custom Laravel Validator for combined unique indexes
olegrosa/uniquewith-validator-l9
5681 Downloads
Custom Laravel Validator for combined unique indexes
mymediamagnet/uniquewith-validator
14157 Downloads
Custom Laravel Validator for combined unique indexes
mrjose/uniquewith-validator
19 Downloads
Custom Laravel Validator for combined unique indexes
em-liturribarria/uniquewith-validator
11363 Downloads
Custom Laravel Validator for combined unique indexes
eastree/uniquewith-validator
34 Downloads
Custom Laravel Validator for combined unique indexes
cancio-labs/cpf-symfony-validator
5 Downloads
A custom Symfony Validator that validates CPF.
allcaretravel/uniquewith-validator
354 Downloads
Custom Laravel Validator for combined unique indexes
alazycoder101/uniquewith-validator
3 Downloads
Custom Laravel Validator for combined unique indexes
rinvex/tmp-felixkiss-uniquewith-validator
10498 Downloads
Custom Laravel Validator for combined unique indexes
gander/symfony-validator-constraints
8 Downloads
Custom Symfony Validator Constraints
noin/clamav-validator
1 Downloads
Custom Laravel 5 anti-virus validator for file uploads.
di/clamav-validator
2258 Downloads
Custom Laravel 5 anti-virus validator for file uploads.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.