問題タブ [laravel-websockets]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 本番環境でLaravel Websocketsを実行するには(ubuntu + apache2)?
Laravel Websockets パッケージhttps://beyondco.de/docs/laravel-websockets/getting-started/introductionを使用しています。
私のローカル開発サーバーでは、それを使用php artisan websockets:server
して実行し、正常に動作しますが、実稼働サーバー (Ubuntu + Apache2) で実行する方法を知りたいです。
php - Laravel echo leave イベントが発生しない
ユーザーがチャネルを離れたときにウィスパー イベントを送信しようとしていますが、ユーザー切断イベントが発生しません。奇妙なことに、ユーザー接続イベントは、ユーザーが参加しているときに機能します。