no data get
#1941
Replies: 1 comment
-
Hi. I have the same issue, how did you make it work? |
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 friends, I am trying to use this tool but apparently I have some detail that does not let me work
addMedia ($ request-> file ('media')) -> toMediaCollection (); if I check the product and a half table, the data is apparently all good $ product = Product :: query () -> find (7); // ID CHECK $ media = $ product-> getMedia (); return response ($ average); but getmedia returns nothing some help that I'm doing wrongI have followed the installation steps and it seems everything is correct
table "media" has been created
my model has complained like this
Beta Was this translation helpful? Give feedback.
All reactions