juanklagos
Media library uploads the file to a digital ocean s3 bucket, but does not save to the database
Hello, I'm trying to upload an image to S3, the image uploads but it does not associate or insert into the database, I have something like:
SpatieMediaLibraryFileUpload::make('pdfs')
->label('documents pdfs')
->collection('media')
I also have the model arranged as it is in the documentation.
5 replies