Libraries tagged by form request validation
ahrmerd/laravel-test-generator
152 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
mawuekom/laravel-api-form-request
12 Downloads
Extending FormRequest for REST API Request Validation
wessama/laravel-pretty-validation-messages
2 Downloads
Simple trait to dynamically set up validation messages for Laravel form requests
ponto-sistemas/laravel-form-ajax-validation-ponto
27 Downloads
Make ajax validation with Laravel Requests for forms with bootstrap
lfav/laravel-form-ajax-validation
120 Downloads
Make ajax validation with Laravel Requests for forms with bootstrap
gefar/laravel-form-ajax-validation
16 Downloads
Make ajax validation with Laravel Requests for forms with bootstrap
fredyhenaodev/lumen-form-request-url
11 Downloads
Laravel Form Request adaptation for Lumen framework and validation of the parameters that come by URL.
cevv13/form-ajax-submit
203 Downloads
Make ajax validation with Laravel Requests for forms with bootstrap
solophp/request-guard
24 Downloads
Robust request validation & authorization layer for HTTP inputs with type-safe guards
raid/core-request
30 Downloads
Raid Core Request Package
nivseb/strict-request
0 Downloads
Strict form request allows you to build with more restrictive strict validation.
n1215/psr-15-form-request
7 Downloads
PSR-15/PSR-17 compatible HTTP request validation using Laravel's \illuminate\validation.
monsterlane/lumen-form-request
3145 Downloads
Laravel Form Request adaptation for Lumen framework.
mawuekom/laravel-custom-form-request
7 Downloads
Custom form request for laravel's projects provides with form data sanitization and api form request extension
mannysoft/api-form-request
1962 Downloads
Laravel package for extending FormRequest for REST API Request.