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.