insert([ 'tag_id' => 1, 'thread_id' => 2 ]); DB::table('tag_thread')->insert([ 'tag_id' => 2, 'thread_id' => 2 ]); } }