Replies: 1 comment 4 replies
-
Yea. That's standard laravel relationships. If you have multiple models that need to have multiple images then you will need a pivot table. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I use multiple, should I create a
some_model_media
pivot table for each model that should have multiple images?Beta Was this translation helpful? Give feedback.
All reactions