make:controller
Create a new controller class
Options
Exclude the create and edit methods from the controller
Indicate that a singleton resource should be creatable
Create the class even if the controller already exists
Generate a single method, invokable controller class
Generate a resource controller for the given model
Generate a nested resource controller class
Generate an accompanying Pest test for the Controller
Generate an accompanying PHPUnit test for the Controller
Generate FormRequest classes for store and update
Generate a resource controller class
Generate a singleton resource controller class
Generate an accompanying Test test for the Controller
Manually specify the controller stub file to use
Arguments
The name of the controller