Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $tags = Tag::whereIn('name', array('phone', '8th', 'apple'))->with('products')->get();
  2. $products = (collect($tags->pluck('products')))->collapse()->unique();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement