Linux下使用think-worker出错

浏览:1237 发布日期:2017/07/16 分类:ThinkPHP5专区 关键字: tp5 worker

求大神指点
server.php内容
#!/usr/bin/env php
<?php
define('APP_PATH', __DIR__ . '/application/');
define('BIND_MODULE','push/Worker');
// 加载框架引导文件
require __DIR__ . '/thinkphp/start.php';
在使用新命令之后
php server.php start/stop/status [-d]
出现如下错误
[think\exception\RouteNotFoundException]
最佳答案
评论( 相关
后面还有条评论,点击查看>>