Libraries tagged by file validation
danbaker/toolbox
10 Downloads
A modern PHP toolbox featuring a facade-driven API for accessing reusable utilities and helpers—covering strings, dates, files, validation, security, and beyond. Designed for Laravel and general-purpose PHP projects.
jaeger-app/validate-rcf
28 Downloads
A Rackspace Cloud Files validation library for Jaeger//Validate
sobitnl/livewire-forms
52 Downloads
A dynamic, responsive Livewire form component with realtime validation, file uploads, array fields, and more.
pkkbkraa/laravel-livewire-forms
85 Downloads
A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
jpolvora/dotenvy
296 Downloads
PHP Environment Variables Manager with dotenv (.env) files and validation by example
etsvthor/laravel-livewire-forms
235 Downloads
A dynamic, responsive Laravel Livewire form component with realtime validation, file uploads, array fields, and more.
ayat/crud
6 Downloads
This specialized Laravel package streamlines the process of building comprehensive CRUD operations by providing functionalities such as effortless view file generation, controller setup, model creation, seamless validation file integration, automated migration file creation, and simplified route establishment.
antoninmasek/laravel-max-upload-size-rule
8 Downloads
Adds Rule::file()->maxUploadSize() validation rule, which will validate filesize against `upload_max_filesize` php.ini setting
robinparisi/imageuploader
5 Downloads
File uploader and validation plugin for CakePHP.
usermp/laravel-media
26 Downloads
A Laravel package for managing media uploads and storage. Supports images, videos, audio, and files with built-in validation and customizable storage. Easy integration and API endpoints for efficient media management.
felixnagel/pluploadfe-powermail
36 Downloads
Add a EXT:pluploadfe form element type to Powermail. Includes PHP validation and attaching files to emails.
abdullahzubair/svg-upload-fix
7 Downloads
SVG Upload Fix - A module that modifies the image field upload process to bypass image validation for SVG files.
semantic-lab/lara-validator
29 Downloads
A Laravel artisan command expansion for developer more convenient generate FormRequest with validation rules by JSON file
evilfreelancer/yaml-php
14 Downloads
Small PHP library for importing and exporting with validation of YAML configuration files.
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.