rahulhaque / laravel-filepond
Use FilePond the Laravel way
Fund package maintenance!
Ko Fi
Installs: 50 094
Dependents: 0
Suggesters: 0
Security: 0
Stars: 187
Watchers: 2
Forks: 31
Open Issues: 1
Requires
- php: ^8.2
- laravel/framework: ^11.0
Requires (Dev)
- laravel/pint: ^1.13
- league/flysystem-aws-s3-v3: ^3.0
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-11-05 07:19:16 UTC
README
A straight forward backend support for Laravel application to work with 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. It currently features -
- Single and multiple file uploads.
- Chunk uploads with resume support.
- 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
andrestore
endpoints. - Can handle large files efficiently.
Support the development with a ⭐ to let others know it worked for you.
Demo Projects
Video Tutorials:
- Thanks ludoguenet for featuring my package in - Créer un système de Drag'n Drop avec Laravel Filepond (in French).
Documentation
See the corresponding branch for the documentation.
Important: Please, see the announcement if you've already installed any previous version of this package. You're requested to update the package with the corresponding Laravel version of your project. I'll be slowly removing any old release as I see fit. Thank you for your support.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rahulhaque07@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.