force
- Create the class even if the component already exists Optionalinline
- Create a component that renders an inline view Optionalview
- Create an anonymous component with only a view Optionalname
- The name of the component Requiredphp artisan make:component [-f|--force] [--inline] [--view] [--] <name>