hoàn thiện upload và global search
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-06 04:10:14 +00:00
parent fb1f82e1a0
commit 96e1ce4f40
15 changed files with 285 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ class FeedbackForm
->multiple()
->disk('public')
->directory('feedback-attachments')
->acceptedFileTypes(['image/jpeg', 'image/png', 'application/pdf', 'video/mp4', 'video/quicktime'])
->maxSize(51200) // 50MB in KB
->columnSpan(1),
])
->columns(2),