chat
chat copied to clipboard
使用Laravel+Swoole写的一个简单在线聊天系统
Results
2
chat issues
Sort by
recently updated
recently updated
newest added
如果redis 出现以下问题,可以更改 config/database.php 文件,可以解决 local.ERROR: Uncaught Error: Call to undefined method Illuminate\Support\Facades\Redis::connect() database.php 'redis' => [ 'client' => 'phpredis', // phpredis 改为 predis 'default' => [ 'host' => env('REDIS_HOST', 'localhost'),...
websocket 部署在nginx上之后 websocket一直启动不起来  这个要怎么配置啊