We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统:win10 PHP:7.2 版本:topthink/think-worker": "2.0.* 启动:php think worker 报错:Undefined index: app_path
topthink/think-worker": "2.0.*
php think worker
Undefined index: app_path
vendor\topthink\think-worker\src\command\Worker.php 63 行 $this->config = config('worker'); 读取不到配置,导致 $worker->setAppPath($this->config['app_path']);报错
vendor\topthink\think-worker\src\command\Worker.php
$this->config = config('worker');
$worker->setAppPath($this->config['app_path']);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
系统:win10
PHP:7.2
版本:
topthink/think-worker": "2.0.*
启动:
php think worker
报错:
Undefined index: app_path
vendor\topthink\think-worker\src\command\Worker.php
63 行$this->config = config('worker');
读取不到配置,导致$worker->setAppPath($this->config['app_path']);
报错The text was updated successfully, but these errors were encountered: