share media
#2628
Replies: 1 comment
-
With Laravel's replicate model function |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a warehouse project in which an item is created for each quantity number. So, if I say
this will create 5 new rows in the items table. each item will share the 2 image files. if i do not share then 2 images will be stored for each of the 5 items = 10 images!
is there a way to share single media with different model instances?
Beta Was this translation helpful? Give feedback.
All reactions