Artisan.page

make:job

Create a new job class

Terminal
php artisan make:job [--sync] [--test] [--pest] [--] <name>

Options

pestOptional

Generate an accompanying Pest test for the Job

syncOptional

Indicates that job should be synchronous

testOptional

Generate an accompanying PHPUnit test for the Job

Arguments

nameRequired

The name of the class