Libraries tagged by code validation
kody/validation
2 Downloads
Laravel basic validation which saves time in writing code.
renepardon/laravel-code-generator
240 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
rawveg/model-validation
56 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.
nickyeoman/php-validation-class
163 Downloads
Validate, email, postal code, zipcode and phone numbers
masterskill/validation-error-trait
95 Downloads
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
jberall/yii2-postal-code-validator
64 Downloads
Using Server side validation based on https://github.com/sirprize/postal-code-validator
iipokypatop/laravel-code-generator
40 Downloads
A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
ichie-benjamin/laravel-code-generator
24 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
eplayment/country-codes
386 Downloads
Validate country codes.
diorz38/crestapp-code-generator
6 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
denizgolbas/laravel-equality-validation
0 Downloads
A powerful Laravel validation rule for checking equality between reference and target model columns. Perfect for validating relationships, matching codes, currencies, and ensuring data consistency across related models.
codexsoft/code-valid
96 Downloads
Base class for organizing value validation via reflection
allsetlu/zip-code-validator
971 Downloads
Constraint class for international zipcode validation
roelofr/postcodeapi
4 Downloads
A simple service for Laravel that provides postal code validation via postcodeapi.nu
larakeeps/authguard-otp
71 Downloads
AuthGuard OTP is a package intended for random code generation, validation and confirmation (OTP).