trevor
Image upload preview
It actually ended up being something else entirely. I had a custom attribute in my Image model that would generate an asset string for the image path, and the ImageColumn in the table would take the asset and display the image, but the preview in the edit modal did not.
28 replies
Image upload preview
So in the table generated by the Relation Manager, when I click edit on one of the RobotImages wouldn't that be a single record? It displays the alt_text in that edit modal which is another field on my RobotImages table.
28 replies
Image upload preview
I do have something similar to this for an image directly on my model and that is working great. But I think my issue comes from the Realation Manager. I have a 'Robot' resource that can have multiple images. I've set that up in my ImagesRelationManager class in a similar manner to what you shown for your avatar.
28 replies
Image upload preview
I'm using Laravel Herd so the APP_URL is http://domain.test and the preview of the image in the table works fine, but I will play with that to make sure it is what it should be.
28 replies