Laravel Community Tools by Tighten

Save record on pivot table with many to many relation

Submitted by Mahmoudz - 10 years ago

Add the attributes on the second parameter of the attach function.

$chapter->courses()->attach($course->id, ['chapter_order_number' => $index]);