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