Skip to content

Commit

Permalink
Large file processing in third party storage fixed πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jul 30, 2024
1 parent 7c7607d commit be17a39
Show file tree
Hide file tree
Showing 13 changed files with 4,518 additions and 4,601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit --exclude-group disk-test
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 8.0.1 - 2024-07-30

- Fixed large file processing in third party storage πŸ›.
- Docker development environment isolated 🐳.
- Filepond disk test cases added βœ….

## 8.0.0 - 2023-11-23

- Locked package version to Laravel 8. πŸ”’
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
Loading

0 comments on commit be17a39

Please sign in to comment.