移植了/congfig/cache.php ; use Illuminate\Support\Facades\Cache ; 测试后提示: RuntimeException: A facade root has not been set. in F:\webman\vendor\illuminate\support\Facades\Facade.php:258 Stack trace: F:\webman\app\c...
我使用了 workman 来监听 http 协议,但是在我通过页面发起请求后,并没有在 terminal 看到有对 $worker->onmenssaee = function ($connection, $data) { var_dump($data);}; 回调输出。请问这是怎么回事呢? Worker 代码: $worker = new Worker('http://192.168.50.168:8800'...