Libraries tagged by form-request
machecaz/marlon-lumen
118 Downloads
jolimardi/laravel-honeypot
15 Downloads
Laravel form spam protection with honeypot technique
homm/hommformviewer
56 Downloads
Show form requests in the control panel
glukkkk/lumen-request-validate
73 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
explore-pu/lumen-tool
4 Downloads
Use Form-request, Cross-domain, key:generate, storage:link in the Lumen framework
andreaspabst/lumen-request-validation
264 Downloads
Adds the Laravel ability to separate validations from the controller
sebastiaanluca/laravel-validator
838 Downloads
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
michael-rubel/laravel-helpful-traits
20 Downloads
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
wessama/laravel-pretty-validation-messages
2 Downloads
Simple trait to dynamically set up validation messages for Laravel form requests
ttbooking/sanitizer
149 Downloads
Data sanitizer and Laravel 8 form requests with input sanitation.
triasbrata/modulegenerator
87 Downloads
module ini memungkinkan user untuk membuat view,controller,d form request dan model
statix-php/laravel-form-actions
9 Downloads
Form Requests mixed with Actions for Laravel
satanvir/validator
2 Downloads
A PHP package that allows you to handling form request validation.
sailingdeveloper/laravel-generator
59 Downloads
Generate models, migrations, events, observers, Nova, form requests, resources from one model definition file.