composer require topthink/think-worker=1.0.* 这个也执行了
执行 php server.php 直接就是下面的错误
[think\exception\HttpException]
module not exists:worker
Exception trace:
() at E:\dra\haowa\thinkphp\library\think\App.php:535
think\App::module() at E:\dra\haowa\thinkphp\library\think\App.php:456
think\App::exec() at E:\dra\haowa\thinkphp\library\think\App.php:139
think\App::run() at E:\dra\haowa\thinkphp\start.php:19
require() at E:\dra\haowa\server.php:12
我是在windows上面测试的
最佳答案