Commands.app

php artisan make:factory

Database

Create a new model factory

Options & Flags
Available options for this command
--model=Model

The model that the factory applies to

Examples
Common usage examples

Create a factory

php artisan make:factory PostFactory

Create factory for specific model

php artisan make:factory PostFactory --model=Post
Related Commands
You might also find these useful