Laravel Belongstomany empêche les doublons d'attachement

$cart->items()->syncWithoutDetaching([$item->id]);
Alberto Peripolli