Libraries tagged by validation rule
weap-io/laravel-validation-rules
2861 Downloads
A collection of Laravel validation rules
twofas/validation-rules
5876 Downloads
Validation rules for SDK
thedavefulton/laravel-exclusive-validation-rules
2 Downloads
Two additional validation rules for use with the Laravel framework
tbaronnat/api-validation-rules-bundle
11 Downloads
System to get all validation rules by validation groups for each api endpoint
sushantaryal/nepali-phone-validation
0 Downloads
A Laravel validation rule for Nepalese mobile phone numbers.
spmsupun/validation-rule-generator
7 Downloads
Laravel 4 class to automatically generate validation rules based on table schema
softlogic-gt/laravel-validation-rules-container
19 Downloads
A set of useful Laravel validation rules for shipping containers
shakil147/laravel-unique-rule-test
0 Downloads
A reusable Laravel validation rule for unique data with extra filters.
roliod/texas-holdem-up-validation-rules
5 Downloads
A rule engine that can determine the rank of a poker hand.
robclancy/validation-rules
27 Downloads
A little standard for defining validation rules.
risan/lara-rules
50 Downloads
Laravel custom validation rules.
riley19280/laravel-rules-to-schema
3 Downloads
Parse Laravel validation rules into a Json Schema
redcrystal/laravel-validation-rules
20 Downloads
Laravel Validation Rules: Fluent Helper Classes for Validation Rules
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
ramonbakker1992/validation-rules-helper
14 Downloads
This package allows validation rules to be defined globally and reused. This way you can use the same rules for your Controller, Action classes, API post/update routes, Livewire and other sections.