zentnova-libs/livewire-filepond-chunks
最新稳定版本:v1.0.3
Composer 安装命令:
composer require zentnova-libs/livewire-filepond-chunks
包简介
Laravel 12 + Livewire 3 wrapper for FilePond chunked uploads with instant finalize, server-side validation, and secure storage.
README 文档
README
- Livewire 3 + FilePond chunked uploads
- Instant Finalize: replace
serverIdwith final storage path when upload completes - Strong server-side validation & security hardening
- Bitbucket Pipelines CI
Install
composer require zentnova/livewire-filepond-chunks
php artisan vendor:publish --tag=zentnova-filepond-config
npm i filepond filepond-plugin-file-validate-size filepond-plugin-file-validate-type filepond-plugin-image-preview
php artisan storage:link
Usage (Instant Finalize)
See /examples/CreatePost.example.php and /examples/create-post.example.blade.php.
Security
- CSRF headers for all endpoints
- Route middleware: ['web','auth','throttle:uploads']
- MIME sniffing (server), wildcard support (image/*), size limits, disk & path sanitization
- try/finally stream close + temp cleanup
- Consider re-encoding images / scanning uploads for public content
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-26