trait Illuminate / Database / Eloquent / Factories / HasFactory
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

HasFactory

Methods

public static

factory ( $count , $state ) : Illuminate\...\Factory

Get a new factory instance for the model.

Parameters

  • $count callable|array|int|null
  • $state callable|array
protected static

newFactory ( ) : Illuminate\...\Factory

Create a new factory instance for the model.