Jan 7, 2026
0
Level 9
Media Uploads for Workshop the Laravel Course - Best Approach?
Following Jeffrey, Jeremy, and Simon's Workshop the Laravel, I extended the application with search, bookmarks, and guest access. Now I want to add image/video uploads to posts.
Stack: Laravel 12 + Inertia v2 + Vue 3
Requirements:
- 1-4 images OR 1 video per post
- Image preview before publishing
- Display in the timeline
Options I'm considering:
- Native Inertia
useForm()+ file inputs - FilePond (excellent UI, but overkill?)
- Spatie media library
Questions:
-
Which approach is best suited for Twitter-style posts?
-
Any drawbacks to Inertia and file uploads?
-
Direct storage or temporary uploads?
I'm inclined to start simple and iterate. What do you think? 🙏
Please or to participate in this conversation.