'Camelids', 'vid' => 'camelids', ]); $vocabulary->save(); // Create a "Llama" taxonomy term. $term = Term::create([ 'name' => 'Llama', 'vid' => $vocabulary->id(), ]); $term->save(); return $term; } }