spatiemedialibrary not saving image paths to table
I created a resource using --generate and a form was created,
then i used a custom path generator to store images in a specific folders associated with their id's,
in the form i used the SpatieMediaLibraryFileUpload::make('images')
the images are being saved to disk and can be viewed if i choose to edit or view the record but the path is not being added to the image column
what am i doing wrong, how can i save the custom image path to a table column.
0 Replies