belongsToMany Not In

belongsToMany Not In

  1. >>> $notIn = $allSites->diff($c->sites);
  2. => Illuminate\Database\Eloquent\Collection {#821
  3. all: [
  4. AppSites {#833
  5. id: 2,
  6. site_name: "Bar",
  7. url: "http://bar",
  8. created_at: "2018-02-14 09:53:39",
  9. updated_at: "2018-02-14 09:53:39",
  10. },
  11. ],
  12. }
Comments are closed.