Skip to content

Commit

Permalink
Preparing release πŸ”–
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jul 10, 2024
1 parent 3ab184e commit 4b81d5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-filepond` will be documented in this file.

## 10.0.1 - 2023-11-23

- Fixed large file processing (out of memory exception) πŸ›.

## 10.0.0 - 2023-11-23

- Locked package version to Laravel 10. πŸ”’
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
A straight forward backend support for Laravel application to work with [FilePond](https://pqina.nl/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.
- 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` and `restore` endpoints.
- Can handle large files efficiently.

Support the development with a :star: to let others know it worked for you.

Expand Down

0 comments on commit 4b81d5d

Please sign in to comment.