W3cubDocs

/Laravel 8

HasFactory

trait HasFactory (View source)

Methods

static Factory factory(mixed ...$parameters)

Get a new factory instance for the model.

static Factory newFactory()

Create a new factory instance for the model.

Details

static Factory factory(mixed ...$parameters)

Get a new factory instance for the model.

Parameters

mixed ...$parameters

Return Value

Factory

static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Database/Eloquent/Factories/HasFactory.html