Libraries tagged by form request validation
naucon/form-bundle
9710 Downloads
Bundle to integrate naucon form package into the Symfony framework.
weblogin/laravel-honeypot
64 Downloads
Laravel form spam protection with honeypot technique
artesaos/shield
704 Downloads
A simple way to centralize your validation rules for laravel
mesak/laravel-opis-validator
4778 Downloads
Laravel FormRequest With Opis Validator
chitranu/google-recaptcha
2499 Downloads
Easily validate recaptcha responses in Laravel. A handy validation rule for validating the reCAPTCHA token in the form requests.
slpcode/form-request-validation
96 Downloads
一个数据验证层,基于laravel框架的illuminate/validation
samuel-nunes/lumen-form-request-validation
116 Downloads
A Simple Solution For Form Request Validation On Lumen
glukkkk/lumen-request-validate
35 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class
finalgamer/laravel-method-form-request
3708 Downloads
Package to help organize form request validation for Laravel
nwilging/laravel-strict-types-validation
1574 Downloads
A validator for laravel to require strict types in form request data
indexzer0/laravel-validation-provider
6 Downloads
Simple reusable composable validation providers
webtoolsnz/laravel-json-schema-request
542 Downloads
Like FormRequests, but for validating against a json-schema
stahiralijan/request-caster
64 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
stuyam/laravel-kickbox-validator
9954 Downloads
A kickbox email validator for form requests in laravel
ahrmerd/laravel-test-generator
115 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package