insert([ 'thread_title' => $titles[$i], 'thread_creator_id' => $i+2 ]); } DB::table('threads')->insert([ 'thread_title' => "Welcome to GameGab!", 'thread_creator_id' => 1 ]); } }