我正在使用Lumen发送大量邮件,但出现类似错误
堆栈跟踪:
[2018-07-27 04:57:14]流明。错误: Symfony \ Component \ Debug \ Exception \ FatalThrowableError:致命错误: 调用未定义函数App \ Http \ Controllers \ dispatch() /chroot/home/milopleo/milople.org/html/development/harsh/presvi/api/app/Http/Controllers/EmailController.php:15
这些是我遵循的步骤, https://appdividend.com/2017/12/21/laravel-queues-tutorial-example-scratch/
答案 0 :(得分:1)
您使用的Lumen
没有帮助程序方法,因此您应该
new PendingDispatch($job); //replace this with dispatch
希望这会有所帮助。