make:job

Create a new job class

Options

  • pest - Generate an accompanying Pest test for the Job Optional
  • sync - Indicates that job should be synchronous Optional
  • test - Generate an accompanying PHPUnit test for the Job Optional

Arguments

  • name - The name of the class Required
php artisan make:job [--sync] [--test] [--pest] [--] <name>