Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

Best Practice for Broadcasting Dynamic (updating) Product Prices in Laravel 11 with Vue 3 Frontend

I am developing an e-commerce platform using Laravel 11 for the backend and Vue 3 for the frontend, which requires near real-time updates of product prices and stock levels in response to currency ...
-1 votes
1 answer
2k views

PHP Websocket Client [closed]

I'm currently attempting to create a WebSocket client to connect to a wss:// URL with PHP (without using JavaScript). It's been a few days trying to program a simple function or class that can do so. ...
1 vote
1 answer
383 views

Chat with WSS on AWS Lightsail

I built chat functions with Ratchet/Laravel. It works well on local I figured out the SSL too. Websocket with laravel But after deploying on AWS/Lightsail, WSS is not working. I think there is some ...
0 votes
0 answers
47 views

Can Laravel Reverb get user online/offline status in backend?

I'm building a web game based on Websocket, I need to know which user is online or offline in realtime. I googled a little, and I found out it has to be the client-side to told server-side if user is ...
0 votes
0 answers
18 views

How properly show up realtime message using pusher?

I'm having trouble with my websockets. I'm trying to use Pusher and Echo to display whether a user has logged in or logged out, but I can't figure out how to display the message. According to the ...
0 votes
0 answers
41 views

Pusher error 0A000438:SSL routines::tlsv1 alert internal error

I'm using Laravel Reverb on my live server. I've configured it to run with Nginx. However, I'm getting the following error whenever I try to broadcast an event using Reverb. Pusher error: cURL error ...
0 votes
0 answers
44 views

cpanel configure Apache for laravel-reverb

i can't configure Apache in cpanel for laravel reverb in production service i found nothing to try all blogs, articles and GitHub issues are about nginx and nothing about Apache or cpanel i did not ...
0 votes
0 answers
12 views

Websocket Handshake at the same time makes server 504 bad gateway

Okay, here's the detail I have ubuntu VM with nginx as web server, here's all the app backend, laravel frontend, laravel websocket, socketio, expressJS (run on port 8015, reverse proxy to domain-ws....
0 votes
1 answer
39 views

How to synchronize actions between two separate frontends using Laravel and Next.js?

I'm developing a system with two separate frontends using Next.js: one for clients and one for admins. Both frontends need to be synchronized such that when a client makes a booking, it should ...
0 votes
0 answers
122 views

Laravel 11 Reverb: WebSocket Connection failed

WebSocket connection to wss://subdomain.domain.com/app/... failed Its working on locally without any issue but in production it gives issue here is my .env for production REVERB_APP_ID=401132 ...
0 votes
0 answers
33 views

Laravel backend and WebSocket connection with React Native

How to connect WebSocket and backend in React Native ? I have a Laravel backend and web socket and a frontend developed in React Native. I have connected the backend using adb reverse tcp:3000 tcp:...
0 votes
0 answers
40 views

Laravel echo TypeError: Cannot read properties of undefined (reading 'channel')

I'm using Laravel for backend and Vue for frontend. I'm also using Vite as my bundler and laravel echo for broadcasting. I'm trying to create a websocket to show newly added comments in real time. ...
0 votes
1 answer
56 views

Why I am not receving response ?( Details not updating in Laravel Vue js Web Sockets)

(PHP ^7.2.5 and laravel ^7.24 , beyondcode laravel:^1.12pusher/pusher-php-server 5.0.3 Library for interacting with the Pusher REST API ) Env FileThis is my env file. Id and Key values are real ...
0 votes
1 answer
44 views

I would like to use 'texttalk/websocket' in my laravel project

I would like to use 'texttalk/websocket (https://packagist.org/packages/textalk/websocket)' ' in my laravel project. The package is currently installed using the 'composer require texttalk/websocket' ...
0 votes
0 answers
58 views

Laravel Rever and React Configurations

I want to connect my React app with Laravel Reverb. When connecting to a public channel everything works fine. but when trying to connect to a private channel I get connection refused My React Code ...

15 30 50 per page
1
2 3 4 5
33