How can I show brand image? #1569
Replies: 1 comment
-
Brand Model include the HasMedia trait. You can use Media collection as the Product model. cf : https://docs.lunarphp.io/core/reference/images.html#adding-media-to-models // Return url
$brand->thumbnail->getUrl()
// Return collection
$brand->getMedia('images') |
Beta Was this translation helpful? Give feedback.
0 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.
-
How can I show brand image in blade?
Beta Was this translation helpful? Give feedback.
All reactions