标签: Please install the Elasticsearch PHP client
-
执行 php artisan package:discover –ansi 时报错提示需要安装 Elasticsearch PHP client。经排查,是因为包 tamayo/laravel-scout-elastic 依赖该客户端,虽其通过 composer require nuwave/lighthouse 被写入 composer.lock,但未被安装,导致 composer.lock 与 composer.json 不一致。最终执行 composer require elasticsearch/elasticsearch 后,再次执行上述命令不再报错。
