1

I am trying to set up Meilisearch with laravel/Scout in my laravel project.

"laravel/framework": "^7.0",
"laravel/scout": "^8.1",
"meilisearch/meilisearch-php": "^0.18.2",

According to the laravel documentation this package is supported but I got this error:

"message": "Driver [meilisearch] not supported.",
    "exception": "InvalidArgumentException",
    "file": "C:\\xampp\\htdocs\\marcopolo2.0\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Manager.php",

Any ideas?

Ken White
  • 123,280
  • 14
  • 225
  • 444
Tomas Lucena
  • 1,204
  • 1
  • 14
  • 31

1 Answers1

4

MeiliSearch support is in laravel/scout 9, not 8

CaroFG
  • 407
  • 2
  • 5