Add support for avif files in Livewire temporary upload preview types

This commit is contained in:
HolgerHatGarKeineNode
2026-06-29 21:31:41 +02:00
parent b824a2fd85
commit f9d16cc57d
+1 -1
View File
@@ -136,7 +136,7 @@ return [
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs... 'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4', 'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
'mov', 'avi', 'wmv', 'mp3', 'm4a', 'mov', 'avi', 'wmv', 'mp3', 'm4a',
'jpg', 'jpeg', 'mpga', 'webp', 'wma', 'jpg', 'jpeg', 'mpga', 'webp', 'wma', 'avif',
], ],
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated... 'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs... 'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs...