thinkphp 5.0.24 按着文档安装workerman之后

浏览:922 发布日期:2019/06/04 分类:ThinkPHP5专区 关键字: workerman thinkphp5.0.24
文档位置: https://www.kancloud.cn/manual/thinkphp5/235128

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上面测试的
最佳答案
评论( 相关
后面还有条评论,点击查看>>