F
Filament15mo ago
ahmant

FileUpload to a separated database table

I want to upload multiple files to a different table (example: courses_attachments), with additional data - id - course_id - attachment_path - attachment_size - attachment_name Can we do that?
3 Replies
Dan Harrin
Dan Harrin15mo ago
use spatie media library or something
ahmant
ahmant15mo ago
Filament
Installation - Spatie Media Library Plugin - Filament
A plugin to add support for spatie/laravel-medialibrary to Filament.
Dan Harrin
Dan Harrin15mo ago
yes