I use laravel 5.3
I have 3 table : table product, table category and table products_categories
table product : id, name, etc
table category : id, nam
Try to use the sync() function
Product::find($product_id)->categories()->sync($array_of_categories_id)