Libraries tagged by form-request
samuel-nunes/lumen-form-request-validation
157 Downloads
A Simple Solution For Form Request Validation On Lumen
risetechapps/form-request-for-laravel
188 Downloads
Package Form Request
albertcht/lumen-form-request
14882 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
mahmoud-almalah/laravel-api-helpers
320 Downloads
Standardized API responses and helpers for Laravel applications.
julio-cavallari/laravel-dto
3 Downloads
Laravel package to automatically generate DTOs from Form Request classes
erag/laravel-case-mapper-request
138 Downloads
Seamlessly integrate attribute-based case mapping into Laravel FormRequests — transform keys and remap validation errors effortlessly.
nwilging/laravel-strict-types-validation
1688 Downloads
A validator for laravel to require strict types in form request data
coderscantina/laravel-transform-requests
6701 Downloads
A form request wrapper for applying transformations to incoming requests
ahrmerd/laravel-test-generator
185 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:)
webregul/lumen-form-request
919 Downloads
Adopt the Laravel Form Request to Lumen framework.
somnambulist/form-request-bundle
3403 Downloads
Adds Laravel like form requests for Symfony; based on adamsafr/form-request-bundle
slpcode/form-request-validation
97 Downloads
一个数据验证层,基于laravel框架的illuminate/validation
secureit-swiss/laravel-method-form-request
13 Downloads
Package to help organize form request validation for Laravel
noitran/lumen-form-requests
4744 Downloads
Missing form requests functionality for lumen, ported from laravel framework.