Libraries tagged by form-request
worksome/request-factories
879500 Downloads
Test Form Requests in Laravel without all of the boilerplate.
mohammedmanssour/form-request-tester
147246 Downloads
a collection of test helpers that help with testing form requests
anik/form-request
271392 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
waavi/sanitizer
555750 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
crestapps/laravel-code-generator
71561 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.
pearl/lumen-request-validate
333884 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
urameshibr/lumen-form-request
285450 Downloads
Laravel Form Request adaptation for Lumen framework.
lphilippo/laravel-castable-form-request
17131 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
jcergolj/laravel-form-request-assertions
17743 Downloads
Package for unit test laravel form request classes
adamsafr/form-request-bundle
5937 Downloads
An adaptation of the Laravel Form Request for Symfony
michael-rubel/laravel-safe-request
12235 Downloads
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
trueifnotfalse/lumen-strict-types-validation
3243 Downloads
A validator for lumen to require strict types in form request data
coderscantina/laravel-transform-requests
3863 Downloads
A form request wrapper for applying transformations to incoming requests
binary-cats/sanitizer
96057 Downloads
Data sanitizer and Laravel form requests with input sanitation.
amerald/laravel-validation-testkit
22371 Downloads
Test form requests in no time