安装 # 通过composer安装 composer require beyondcode/laravel-websockets # 发布迁移文件 php artisan vendor:publish websockets.php 文件 启动服务 php artisan websockets:serve 建议搭配Supervisor使用 仪表盘 服务启动成功,可以访问仪表盘 http://laravel.cw.net/laravel-websockets 参考 https://beyondco.de/docs/laravel-websockets/getting-started/introduction
安装 服务端 付费方案 Pusher Channels Ably 这里不作介绍 开源方案 laravel-websockets 安装请移步 https://www.cuiwei.net/p/1659113677