legal documents improved, gäste-pwa uploads optimiert: client-side compression/resize.

This commit is contained in:
Codex Agent
2025-11-20 22:09:11 +01:00
parent b8cd32c030
commit e0127e7f39
8 changed files with 197 additions and 76 deletions

View File

@@ -2353,7 +2353,7 @@ class EventPublicController extends BaseController
}
$validated = $request->validate([
'photo' => ['required', 'image', 'max:6144'], // 6 MB
'photo' => ['required', 'image', 'max:12288'], // 12 MB
'emotion_id' => ['nullable', 'integer'],
'emotion_slug' => ['nullable', 'string'],
'task_id' => ['nullable', 'integer'],