Q. Which Laravel command runs queued jobs? (A) php artisan queue:listen (B) php artisan queue:work (C) php artisan queue:start (D) php artisan queue:run ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) php artisan queue:work Explanation: Processes queued jobs.