Awesome!
What is the question?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi there Laravel Artisans, Im developing a multiplayer quiz app that, after all player choose they answer (options), the game moderator click a button and all the players VIEWS changes automatically to the next question.
The problem is: I don't know how to perform this action (change user views by moderator). Because each player will be using his own monitor.
How can i solve it?
You need to broadcast the moderator's action to your players.
There's multiple ways to do this. I recomend you to take a look at https://laracasts.com/series/get-real-with-laravel-echo to begin.
Please or to participate in this conversation.