Libraries tagged by laravel request validation
rogervila/openapi-laravel
5 Downloads
Validate HTTP Requests and Responses with OpenAPI Specs
rifat/request-validator
3 Downloads
PHP Laravel like standalone validation library
renepardon/laravel-code-generator
237 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
77 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
parabellumkoval/request-data
70 Downloads
Implement Request data
nivseb/strict-request
0 Downloads
Strict form request allows you to build with more restrictive strict validation.
mannysoft/api-form-request
1962 Downloads
Laravel package for extending FormRequest for REST API Request.
mahmoud-almalah/laravel-api-helpers
8 Downloads
Standardized API responses and helpers for Laravel applications.
laramore/requests
220 Downloads
Create a request for each of your Laramore model
jolimardi/laravel-honeypot
15 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.
amiralii/jsonschema-request
16 Downloads
Laravel Server side form validation using JSON Schema
cevv13/form-ajax-submit
203 Downloads
Make ajax validation with Laravel Requests for forms with bootstrap