Libraries tagged by file validation
jpolvora/dotenvy
297 Downloads
PHP Environment Variables Manager with dotenv (.env) files and validation by example
etsvthor/laravel-livewire-forms
342 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.
awaisjameel/mimetypes
76 Downloads
A Laravel package for dynamically fetching, caching, and resolving MIME types and file extensions using the latest Apache MIME types list. Perfect for file upload validation and content-type detection.
sorfabiosantos/uploader
56 Downloads
Uploader is a simple PHP library for handling file uploads with validation and error handling.
dolmatovdev/laravel-x12-parser
0 Downloads
Laravel package for X12 file processing with validation, parsing, and JSON conversion
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.
frantzley/excel-to-mysql-web
0 Downloads
Professional PHP package to import Excel files into MySQL with validation and upsert
felixnagel/pluploadfe-powermail
40 Downloads
Add a EXT:pluploadfe form element type to Powermail. Includes PHP validation and attaching files to emails.
abdullahzubair/svg-upload-fix
9 Downloads
SVG Upload Fix - A module that modifies the image field upload process to bypass image validation for SVG files.
semantic-lab/lara-validator
30 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.
elachagui/laravel-smart-importer
6 Downloads
A production-ready Laravel package for importing XLSX and CSV files into Eloquent models with column mapping, validation, duplicate handling, logging, chunking, and queue support.
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.