class
- Create a class based component Optionalforce
- Create the Volt component even if the component already exists Optionalfunctional
- Create a functional component Optionalpest
- Generate an accompanying Pest test for the Volt component Optionalphpunit
- Generate an accompanying PHPUnit test for the Volt component Optionaltest
- Generate an accompanying Test test for the Volt component Optionalname
- The name of the volt component Requiredphp artisan make:volt [--class] [--functional] [-f|--force] [--test] [--pest] [--phpunit] [--] <name>