php artisan queue:work
QueueStart processing jobs on the queue
Options & Flags
Available options for this command
--queue=nameProcess specific queue
--daemonRun worker in daemon mode
--tries=NNumber of times to attempt a job
Examples
Common usage examples
Start queue worker
php artisan queue:workProcess high priority queue first
php artisan queue:work --queue=high,defaultListen for jobs (dev mode)
php artisan queue:listenRelated Commands
You might also find these useful