Replies: 1 comment
-
Look at this PR #2625 |
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.
-
Hello folks,
I am trying to get my data via json using laravel collection.
$model =
YourModel::with('media')->get();
how can i get the image url?
IN plain php, i use $model->getMeida();
but this function doesn't work in javascript.
Kindly help
Beta Was this translation helpful? Give feedback.
All reactions