Useful for() method

The Laravel factory has a very useful for() method. You can use it to create belongsTo() relationships.

1public function run()
2{
3 Product::factory()
4 ->count(3);
5 ->for(Category::factory()->create())
6 ->create();
7}

Tip given by @mmartin_joo

Like our articles?

Become a Premium Member for $129/year or $29/month
What else you will get:
  • 22 courses (477 lessons, total 38 h 20 min)
  • 2 long-form tutorials (one new every week)
  • access to project repositories
  • access to private Discord