Reputation: 13
I have Implemented dice game in Laravel. When user clicks on the "Roll Dice" button the dice rotates. I want show same live dice on another page.
ScreenShot of dice :
Any help will save a lot of time for surfing.
Thanks.
Upvotes: 0
Views: 162
Reputation: 3440
You will want to use Laravel Echo and Socket.io.
https://www.freecodecamp.org/news/how-to-use-laravel-with-socket-io-e7c7565cc19d/
Make sure that your socket version is 2.3 any higher and it fails.
Upvotes: 1