laravel 错误提示Fatal Error: Class 'Pheanstalk\Pheanstalk' not found

本地环境版本:

composer -V
Composer version 1.8. -- ::10

 php artisan -V
 Laravel Framework 5.6.39

错误提示:

Fatal Error: Class 'Pheanstalk\Pheanstalk' not found

处理方法:

composer require pda/pheanstalk "3.*"
上一篇:HTTP Status 404(The requested resource is not available)的几种解决方案


下一篇:转:HTTP Status 404(The requested resource is not available)的几种解决方法