batched - Indicates that the job should be batchable Optionalforce - Create the class even if the job already exists Optionalpest - Generate an accompanying Pest test for the Job Optionalphpunit - Generate an accompanying PHPUnit test for the Job Optionalsync - Indicates that the job should be synchronous Optionaltest - Generate an accompanying Test test for the Job Optionalname - The name of the job Requiredphp artisan make:job [-f|--force] [--sync] [--batched] [--test] [--pest] [--phpunit] [--] <name>