Override values and apply custom login to them

When creating records with Factories, you can use Sequence class to override some values and apply custom logic to them.

1$users = User::factory()
2 ->count(10)
3 ->state(new Sequence(
4 ['admin' => 'Y'],
5 ['admin' => 'N'],
6 ))
7 ->create();

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