I have tried so many things but I got different SQL-related errors, I am not sure how am I supposed to encode the image data to get them stored, I know that accessing $request->image returns only a temporary path of the image on the HDD.
I guess it should be, but I've never tried storing files in the DB.
It's rather easy upload files to the file system with the Storage Facades, but that doens't have an build in way to associate the files with models. That's where the spatie media library comes in.