all - Generate a migration, seeder, factory, and resource controller for the model Optionalapi - Indicates if the generated controller should be an API controller 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 Optionalseed - Create a new seeder file for the model Optionalname - The name of the class Requiredphp artisan make:model [-a|--all] [-c|--controller] [-f|--factory] [--force] [-m|--migration] [-s|--seed] [-p|--pivot] [-r|--resource] [--api] [--] <name>