I have a problem getting media from a joined table in laravel-medailibrary, I used getFirstMediaUrl("images") to get photos from one table and it works, but if I join two or three tables it not work, how can I solve it?
I want to get photos from those posts that shared by a user.
this is share_tb table:
this is users table:
this is the media table:
I find my answer after trying some ways:
and by this resource collection, I get the logo: