Skip to content

Instantly share code, notes, and snippets.

@jadenlemmon
Created February 19, 2021 18:44
Show Gist options
  • Save jadenlemmon/04a83f50ebf893794599bfcfaa2a8922 to your computer and use it in GitHub Desktop.
Save jadenlemmon/04a83f50ebf893794599bfcfaa2a8922 to your computer and use it in GitHub Desktop.
ProjectSeeder
use App\Models\Project;
public function run()
{
Project::factory()
->count(5)
->create();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment