make:model
Create a new Eloquent model class
Options
Generate a migration, seeder, factory, policy, resource controller, and form request classes for the model
Indicates if the generated controller should be an API resource controller
Create a new controller for the model
Create a new factory for the model
Create the class even if the model already exists
Create a new migration file for the model
Indicates if the generated model should be a custom polymorphic intermediate table model
Generate an accompanying Pest test for the Model
Indicates if the generated model should be a custom intermediate table model
Create a new policy for the model
Create new form request classes and use them in the resource controller
Indicates if the generated controller should be a resource controller
Create a new seeder for the model
Generate an accompanying PHPUnit test for the Model
Arguments
The name of the model