force
- Create the class even if the component already exists Optionalinline
- Create a component that renders an inline view Optionalpest
- Generate an accompanying Pest test for the Component Optionaltest
- Generate an accompanying PHPUnit test for the Component Optionalview
- Create an anonymous component with only a view Optionalname
- The name of the component Requiredphp artisan make:component [-f|--force] [--inline] [--view] [--test] [--pest] [--] <name>