Libraries tagged by form-request
worksome/request-factories
1971380 Downloads
Test Form Requests in Laravel without all of the boilerplate.
mohammedmanssour/form-request-tester
238339 Downloads
a collection of test helpers that help with testing form requests
crestapps/laravel-code-generator
95651 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
384507 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
pearl/lumen-request-validate
399834 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
589832 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
urameshibr/lumen-form-request
341851 Downloads
Laravel Form Request adaptation for Lumen framework.
lphilippo/laravel-castable-form-request
30331 Downloads
Laravel/Lumen package to add Eloquent-like casts to Form Requests.
jcergolj/laravel-form-request-assertions
33868 Downloads
Package for unit test laravel form request classes
sherifsheremetaj/laravel-method-form-request
1679 Downloads
Package to help organize form request validation for Laravel
weblogin/laravel-honeypot
1924 Downloads
Laravel form spam protection with honeypot technique
shureban/laravel-easy-request
3232 Downloads
Laravel easy way to write methods for requests
binary-cats/sanitizer
103831 Downloads
Data sanitizer and Laravel form requests with input sanitation.
ahrmerd/laravel-test-generator
392 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
somnambulist/form-request-bundle
3513 Downloads
Adds Laravel like form requests for Symfony; based on adamsafr/form-request-bundle