v1.2.8
版本发布时间: 2018-09-11 17:27:12
pionl/laravel-chunk-upload最新发布版本:v1.5.4(2024-03-25 23:50:50)
🙌 Added ability to add or override handlers - #50
Please update to your config (optional):
'handlers' => [
// A list of handlers/providers that will be appended to existing list of handlers
'custom' => [],
// Overrides the list of handlers - use only what you really want
'override' => [
// \Pion\Laravel\ChunkUpload\Handler\DropZoneUploadHandler::class
],
],