Libraries tagged by form-request
bbrody/form-request
580 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
maskow/livewire-combined-request
1447 Downloads
Shared FormRequest base that works for both Laravel HTTP controllers and Livewire 3/4 components. Write validation rules once, use them everywhere.
mahmoud-almalah/laravel-api-helpers
783 Downloads
Standardized API responses for Laravel applications.
kynetcode/wpzylos-validation
63 Downloads
Minimal validation with localized messages for WPZylos framework
kynetcode/wpzylos-http
64 Downloads
HTTP Request, Response and Middleware pipeline for WPZylos framework
julio-cavallari/laravel-dto
4 Downloads
Laravel package to automatically generate DTOs from Form Request classes
fadion/sanitizer
442 Downloads
Input sanitizer. Standalone or for Laravel's FormRequest
dragosstoenica/laravel-zod
102 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.
artesaos/shield
744 Downloads
A simple way to centralize your validation rules for laravel
trueifnotfalse/lumen-strict-types-validation
9266 Downloads
A validator for lumen to require strict types in form request data
luquinhasbrito/asaas-api-sdk-laravel
237 Downloads
SDK Laravel para a API Asaas v3 - cliente HTTP com retry, serviços, Models e Form Requests
coderscantina/laravel-transform-requests
8148 Downloads
A form request wrapper for applying transformations to incoming requests
amerald/laravel-validation-testkit
32392 Downloads
Test form requests in no time
ahrmerd/laravel-test-generator
407 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
craftlogan/laravel-overflow
8040 Downloads
The Laravel Overflow package will allow adding an overflow column to a form request easily. Use this package to make it easy to store overflow request values in a JSON or Text column on a database table:)