Libraries tagged by form-request
worksome/request-factories
2103309 Downloads
Test Form Requests in Laravel without all of the boilerplate.
mohammedmanssour/form-request-tester
250209 Downloads
a collection of test helpers that help with testing form requests
crestapps/laravel-code-generator
97688 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.
anik/form-request
390775 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
pearl/lumen-request-validate
404207 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
waavi/sanitizer
590203 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
urameshibr/lumen-form-request
347420 Downloads
Laravel Form Request adaptation for Lumen framework.
occ-therapist/form-request-validation-for-filament
1073 Downloads
Use Laravel Form Request validation rules inside Filament schemas.
lphilippo/laravel-castable-form-request
32002 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
jcergolj/laravel-form-request-assertions
34800 Downloads
Package for unit test laravel form request classes
shureban/laravel-easy-request
3588 Downloads
Laravel easy way to write methods for requests
harrisrafto/laravel-aegis
862 Downloads
Aegis for Laravel — scaffolding and validation helpers for Value Objects.
dragosstoenica/laravel-zod
1533 Downloads
Generate Zod v4 TypeScript schemas from Spatie Laravel Data classes (output) and Laravel FormRequest classes (input). Full Laravel rule coverage, schema references for nested Data classes, lazy-ref dedup for circular relations, locale-aware messages.
binary-cats/sanitizer
104522 Downloads
Data sanitizer and Laravel form requests with input sanitation.
sherifsheremetaj/laravel-method-form-request
1798 Downloads
Package to help organize form request validation for Laravel