From f9d16cc57d30f1ae98f2b33a153d9e667fee9c6f Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode <123783602+HolgerHatGarKeineNode@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:31:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20support=20for=20`avif`=20file?= =?UTF-8?q?s=20in=20Livewire=20temporary=20upload=20preview=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/livewire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/livewire.php b/config/livewire.php index f24b128..a014307 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -136,7 +136,7 @@ return [ 'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs... 'png', 'gif', 'bmp', 'svg', 'wav', 'mp4', '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... 'cleanup' => true, // Should cleanup temporary uploads older than 24 hrs...