Laravel Belongstomany empêche les doublons d'attachement
$cart->items()->syncWithoutDetaching([$item->id]);
Alberto Peripolli
$cart->items()->syncWithoutDetaching([$item->id]);