Libraries tagged by laravel request validation
sebastiaanluca/laravel-validator
839 Downloads
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
aneterial/laravel-data-validator
18 Downloads
Laravel package for convenient validation and hydration of a request into DTO structures
tarkhov/eloquent-validation
86 Downloads
Laravel Eloquent model validation.
rogervila/openapi-laravel
6 Downloads
Validate HTTP Requests and Responses with OpenAPI Specs
rifat/request-validator
5 Downloads
PHP Laravel like standalone validation library
renepardon/laravel-code-generator
239 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.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
raid/core-request
30 Downloads
Raid Core Request Package
nivseb/strict-request
0 Downloads
Strict form request allows you to build with more restrictive strict validation.
mannysoft/api-form-request
1964 Downloads
Laravel package for extending FormRequest for REST API Request.
mahmoud-almalah/laravel-api-helpers
15 Downloads
Standardized API responses and helpers for Laravel applications.
laramore/requests
221 Downloads
Create a request for each of your Laramore model
jolimardi/laravel-honeypot
16 Downloads
Laravel form spam protection with honeypot technique
iipokypatop/laravel-code-generator
40 Downloads
A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
ichie-benjamin/laravel-code-generator
24 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.