Libraries tagged by form-request
worksome/request-factories
1279850 Downloads
Test Form Requests in Laravel without all of the boilerplate.
mohammedmanssour/form-request-tester
186229 Downloads
a collection of test helpers that help with testing form requests
anik/form-request
330746 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
waavi/sanitizer
581146 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
crestapps/laravel-code-generator
82044 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
365555 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
312537 Downloads
Laravel Form Request adaptation for Lumen framework.
jcergolj/laravel-form-request-assertions
24975 Downloads
Package for unit test laravel form request classes
lphilippo/laravel-castable-form-request
21817 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
shureban/laravel-easy-request
767 Downloads
Laravel easy way to write methods for requests
trueifnotfalse/lumen-strict-types-validation
6769 Downloads
A validator for lumen to require strict types in form request data
binary-cats/sanitizer
99593 Downloads
Data sanitizer and Laravel form requests with input sanitation.
amerald/laravel-validation-testkit
30127 Downloads
Test form requests in no time
somnambulist/form-request-bundle
3399 Downloads
Adds Laravel like form requests for Symfony; based on adamsafr/form-request-bundle
adamsafr/form-request-bundle
5979 Downloads
An adaptation of the Laravel Form Request for Symfony