一周前我没有遇到任何问题,现在当我尝试通过以下方式发送邮件时:Mail::queue('myemail', $data, function($message) use ($data){....});
我有以下错误:
FatalErrorException in ParserFactory.php line 27:
Class 'PhpParser\Parser\Php7' not found
我该怎么做才能解决这个问题?我使用的是wampserver 3.0.4和laravel 5.2
答案 0 :(得分:5)
检查这个https://github.com/nikic/PHP-Parser/issues/291它对我有用,删除vendor /中的“nikic / php-parser”目录并运行composer update。