all - Generate a migration, factory, and resource controller for the model Optionalcontroller - Create a new controller for the model Optionalfactory - Create a new factory for the model Optionalforce - Create the class even if the model already exists Optionalmigration - Create a new migration file for the model Optionalpivot - Indicates if the generated model should be a custom intermediate table model Optionalresource - Indicates if the generated controller should be a resource controller Optionalname - The name of the class Requiredphp artisan make:model [-a|--all] [-c|--controller] [-f|--factory] [--force] [-m|--migration] [-p|--pivot] [-r|--resource] [--] <name>