The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
5.x
make:job
🖥
make:job
Create a new job class
Options
sync
- Indicates that job should be synchronous
Optional
Arguments
name
- The name of the class
Required
php artisan make:job [--sync] [--] <name>
Click to copy