force - Create the class even if the component already exists Optionalinline - Create a component that renders an inline view Optionalpath - The location where the component view should be created Requiredpest - Generate an accompanying Pest test for the Component Optionalphpunit - Generate an accompanying PHPUnit test for the Component Optionaltest - Generate an accompanying Test test for the Component Optionalview - Create an anonymous component with only a view Optionalname - The name of the component Requiredphp artisan make:component [--inline] [--view] [--path PATH] [-f|--force] [--test] [--pest] [--phpunit] [--] <name>