chat icon indicating copy to clipboard operation
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一直启动不起来 ![default](https://user-images.githubusercontent.com/27342144/44619908-c492ae80-a8be-11e8-88d8-79c72a6db82d.PNG) 这个要怎么配置啊