How get all media in a related model #2944
Unanswered
Drummond-Dev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Use nested relations |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 2 models, the first one of products and the second one of variations.
I created a component with Livewire that will export a main image of the product and all the images of the variations.
How can I get all the variation images? I tried.
$this->product->variations->getMedia('variations');
And returns that the method does not exist
Beta Was this translation helpful? Give feedback.
All reactions