Replies: 1 comment
-
Anyone has a clue on how to do this? I was thinking of cloning the laravel-websockets repository and adapt it to run on PHP 8.4 with the minimum code required, but I would like (or prefer) an official, stable and maintained solution 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was about to use BeyondCode's Laravel WebSockets package to implement a route that would allow my Laravel app to serve as a WebSocket, using Custom WebSocket Handlers. However, I just found out that the project has been archived, and the creator recommends using Laravel Reverb instead.
Unfortunately, as far as I know, Laravel Reverb does not support creating custom routes. I think this would be an awesome addition.
My only alternative right now is to create a node server index.js that would query a Laravel Api while in between the websocket communication to retrieve information from database.
Beta Was this translation helpful? Give feedback.
All reactions