Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Filepond Laravel Package

rahulhaque/laravel-filepond

Laravel backend for FilePond uploads: manages temporary storage, validation and cleanup. Supports single/multiple uploads, chunked and resumable uploads, AWS S3 multipart, process/patch/head/revert/restore endpoints, metadata plugin, and Spatie Media Library integration.

View on GitHub
Deep Wiki
Context7
v12.4.6

12.4.6 - 2026-04-11

[!IMPORTANT] Breaking changes in migration because of metadata plugin support. Publish and run the new migration after updating to this version.

  • Support for filepond-plugin-file-metadata added. ✨
  • New method Filepond::field()->getMetadata() added. ✨
  • Deprecated method from validation removed. 🧽
  • Development environment moved to serversideup/php. 🐋
  • New test cases added to support above changes. 🧪
  • Filepond model null exception in rare cases fixed. 🐛
  • Filepond migration proper indexing added. 📋
  • Typo in database migration fixed. ✍️
  • Experimental getDataURL() method removed. 🧹
  • Unnecessary pint.json style removed. 🎨

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v12.3.6...v12.4.6

v11.4.5

11.4.5 - 2026-04-11

[!IMPORTANT] Breaking changes in migration because of metadata plugin support. Publish and run the new migration after updating to this version.

  • Support for filepond-plugin-file-metadata added. ✨
  • New method Filepond::field()->getMetadata() added. ✨
  • Deprecated method from validation removed. 🧽
  • Development environment moved to serversideup/php. 🐋
  • New test cases added to support above changes. 🧪
  • Filepond model null exception in rare cases fixed. 🐛
  • Filepond migration proper indexing added. 📋
  • Typo in database migration fixed. ✍️
  • Experimental getDataURL() method removed. 🧹
  • Unnecessary pint.json style removed. 🎨

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v11.3.5...v11.4.5

v10.4.3

10.4.3 - 2026-04-08

  • Support for filepond-plugin-file-metadata added. ✨
  • New method Filepond::field()->getMetadata() added. ✨
  • Deprecated method from validation removed. 🧽
  • Development environment moved to serversideup/php. 🐋
  • New test cases added to support above changes. 🧪
  • Filepond model null exception in rare cases fixed. 🐛
  • Filepond migration proper indexing added. 📋
  • Typo in database migration fixed. ✍️
  • Experimental getDataURL() method removed. 🧹
  • Unnecessary pint.json style removed. 🎨

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v10.3.3...v10.4.3

v13.1.1

13.1.1 - 2026-03-30

  • Support for filepond-plugin-file-metadata added. ✨
  • New method Filepond::field()->getMetadata() added. ✨
  • New test cases added to support above changes. 🧪

New Contributors

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v13.0.1...v13.1.1

v13.0.1

13.0.1 - 2026-03-28

  • Mimetype missing after chunk upload fixed. 🐛

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v13.0.0...v13.0.1

v13.0.0

13.0.0 - 2026-03-18

  • Laravel 13 support added. ✨
  • Filepond migration proper indexing added. 📋
  • Experimental getDataURL() method removed. 🧹
  • Deprecated method from validation removed. 🧽
  • Made the package lightweight as possible. 🪶
  • Typo in database migration fixed. ✍️

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v12.3.6...v13.0.0

Don’t forget to open an issue if found any.

Happy Eid-ul-Fitr Mubarak to everyone. 🎉

v12.3.6

12.3.6 - 2026-03-05

  • Filepond model null during upload in rare cases fixed. 🐛
  • New test cases added to support above changes. 🧪

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v12.3.5...v12.3.6

v11.3.5

11.3.5 - 2026-03-05

  • Fail-safe expired files cleanup added. 🐛
  • Filepond model null during upload in rare cases fixed. 🐛
  • New test cases added to support above changes. 🧪

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v11.3.4...v11.3.5

v10.3.3

10.3.3 - 2026-03-05

  • Fail-safe expired files cleanup added. 🐛
  • Filepond model null during upload in rare cases fixed. 🐛
  • New test cases added to support above changes. 🧪

Full Changelog: https://github.com/rahulhaque/laravel-filepond/compare/v10.3.2...v10.3.3

v12.3.5

12.3.5 - 2026-01-30

  • Fail-safe expired files cleanup added. 🐛 #87
v10.3.2

10.3.2 - 2025-10-25

  • Added full chunk upload support for S3 storage. ✨
  • Unsupported disk driver exception for getFile() method added. ✅
  • New test cases updated to support above changes. 🧪
v11.3.4

11.3.4 - 2025-10-14

  • Added full chunk upload support for S3 storage. ✨
  • Unsupported disk driver exception for getFile() method added. ✅
  • New test cases updated to support above changes. 🧪
v12.3.4

12.3.4 - 2025-10-09

  • Fails to retrieve bucket name when disk name is not s3 fixed. 🐛 #82
v12.3.3

12.3.3 - 2025-10-02

  • Filepond::getFile() method will now throw exception for external disk. ✅
  • New test cases updated to support the above changes. 🧪
v12.3.2

12.3.2 - 2025-10-01

  • Filepond model in config not acknowledged by driver fixed. 🐛
v12.3.1

12.3.1 - 2025-09-20

  • Added full chunk upload support for S3 storage. ✨
v12.2.1

12.2.1 - 2025-07-16

  • Added PHPDoc for IDE autocomplete support. 🚀
v11.2.4

11.2.4 - 2025-07-16

  • Added PHPDoc for IDE autocomplete support. 🚀
v10.2.2

10.2.2 - 2025-07-16

  • Added PHPDoc for IDE autocomplete support. 🚀
v9.1.2

9.1.2 - 2025-07-12

  • Mimetype added in fileinfo response. ✨
  • Fixed overriding the disk default visibility. 🐛
  • Added PHPDoc for IDE autocomplete support. 🚀
  • Docker compose development image isolated. 🧑‍💻
v8.1.1

8.1.1 - 2025-07-12

  • Mimetype added in fileinfo response. ✨
  • Fixed overriding the disk default visibility. 🐛
  • Added PHPDoc for IDE autocomplete support. 🚀
  • Docker compose development image isolated. 🧑‍💻
v7.1.1

7.1.1 - 2025-07-12

  • Mimetype added in fileinfo response. ✨
  • Fixed overriding the disk default visibility. 🐛
  • Added PHPDoc for IDE autocomplete support. 🚀
  • Docker compose development image isolated. 🧑‍💻
v10.1.2

10.1.2 - 2025-05-08

  • Mimetype added in fileinfo response. ✨
  • Fixed overriding the disk default visibility. 🐛
v12.1.1

12.1.1 - 2025-05-08

  • Fixed overriding the disk default visibility by @viicslen in #75. 🐛
v11.1.4

11.1.4 - 2025-05-08

  • Fixed overriding the disk default visibility by @viicslen in #75. 🐛
v11.1.3

11.1.3 - 2025-03-23

  • Mimetype added in fileinfo response. ✨
v12.1.0

12.1.0 - 2025-03-19

  • Mimetype added in fileinfo response. ✨
v12.0.0

12.0.0 - 2025-02-27

  • Laravel 12 support added. ✨
v11.0.3

11.0.3 - 2025-02-26

  • Introducing empty or corrupted chunk exception. 🥅
  • Docker compose development image isolated. 🧑‍💻
v8.0.1

8.0.1 - 2024-07-30

  • Fix third party storage compatibility #61 by viicslen 🐛.
  • Docker development environment isolated 🐳.
  • Filepond disk test cases added ✅.
v7.0.1

7.0.1 - 2024-07-30

  • Fix third party storage compatibility #61 by viicslen 🐛.
  • Docker development environment isolated 🐳.
  • Filepond disk test cases added ✅.
v9.0.2

9.0.2 - 2024-07-30

  • Fix third party storage compatibility #61 by viicslen 🐛.
  • Docker development environment isolated 🐳.
  • Filepond disk test cases added ✅.
v11.0.2

11.0.2 - 2024-07-30

  • Fix third party storage compatibility #61 by viicslen 🐛.
  • Docker development environment isolated 🐳.
  • Filepond disk test cases added ✅.
v10.0.2

10.0.2 - 2024-07-30

  • Fix third party storage compatibility #61 by viicslen 🐛.
  • Docker development environment isolated 🐳.
  • Filepond disk test cases added ✅.
v11.0.1

11.0.1 - 2024-07-10

  • Fixed large file processing (out of memory exception) 🐛.
v9.0.1

9.0.1 - 2024-07-10

  • Fixed large file processing (out of memory exception) 🐛.
v10.0.1

10.0.1 - 2024-07-10

  • Fixed large file processing (out of memory exception) 🐛.
v11.0.0

11.0.0 - 2024-03-15

  • Laravel 11 support added. ✨
  • Locked package version to Laravel 11. 🔒
v10.0.0

10.0.0 - 2023-11-23

  • Locked package version to Laravel 10. 🔒
  • Moved to major versioning to support each Laravel release. ✨
  • Removed unused dependencies to reduce conflict.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope