You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to present on a table all the entries from a model together with the tags of each entry.
I have tried Model::all()->tags but it doesnt work.
with entry->tags I can get the all the tags of a specific entry, but this is not what I need.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to present on a table all the entries from a model together with the tags of each entry.
I have tried Model::all()->tags but it doesnt work.
with entry->tags I can get the all the tags of a specific entry, but this is not what I need.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions