Backend for the FilePond File Upload Library
"
laravel-filepond
provides straightforward backend support for Laravel applications to work with the FilePond file upload javascript library.This package keeps tracks of all the uploaded files and provides an easier interface for the developers to interact with them."
- Supports single and multiple file uploads
- Supports chunk uploads with resume
- Third party storage support
- Global server side validation for temporary files
- Controller/Request level validation before moving the temporary files to permanent location
- Scheduled artisan command to clean up temporary files and folders after they have expired
- Can handle filepond's process, patch, head, revert and restore endpoints
Rahul Haque
@_rahulhaque