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
use spatie media library or something
Ok, I will check it
This "https://filamentphp.com/docs/2.x/spatie-laravel-media-library-plugin/form-components", right?
Filament
Installation - Spatie Media Library Plugin - Filament
A plugin to add support for spatie/laravel-medialibrary to Filament.
yes