Chinh sua giao dien phu hop tailwind css va upload
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-05 09:25:28 +00:00
parent 8c6b71cb8a
commit fb1f82e1a0
12 changed files with 834 additions and 466 deletions

View File

@@ -195,10 +195,9 @@ class FeedbackForm
FileUpload::make('attachments')
->label(__('app.files'))
->multiple()
->disk('local')
->disk('public')
->directory('feedback-attachments')
->columnSpan(1)
->dehydrated(false),
->columnSpan(1),
])
->columns(2),
]);