From 977c259cb90658d065c6f825e8f92b41f0843bff Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 22 Mar 2026 10:40:28 +0100 Subject: [PATCH] Added instruction to clear the job queue --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e861acb..61bea38 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,13 @@ composer run dev ``` And go with your favorite browser to + +### Nothing is happening when I press "Lancer" + +Look a the output of `composer run dev`, if you see that reverb is still sending events, that means you need to clear the job queue in a new terminal with the command + +```shell +php artisan queue:clear +``` + +You then need to repress the "Lancer" button.