From 60fbe46fbfbf1857cc472a3fbb1adf4ad8e87594 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Wed, 1 Jul 2026 11:28:26 +0200 Subject: [PATCH] more upload for photos --- config/livewire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/livewire.php b/config/livewire.php index e25f26e..ccba0d7 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -274,7 +274,7 @@ return [ */ 'payload' => [ - 'max_size' => 1024 * 1024, // 1MB - maximum request payload size in bytes + 'max_size' => 1024 * 1024 * 20, // 1MB - maximum request payload size in bytes 'max_nesting_depth' => 10, // Maximum depth of dot-notation property paths 'max_calls' => 50, // Maximum method calls per request 'max_components' => 200, // Maximum components per batch request