Skip to content

Commit

Permalink
Add laravel scout
Browse files Browse the repository at this point in the history
  • Loading branch information
ttoino committed Oct 17, 2023
1 parent 265981a commit d6c1fdf
Show file tree
Hide file tree
Showing 5 changed files with 857 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ MAINTENANCE_DRIVER=cache
CACHE_DRIVER=redis

QUEUE_CONNECTION=redis

SCOUT_QUEUE=true
SCOUT_DRIVER=meilisearch
MEILISEARCH_HOST=http://meilisearch:7700

MEILISEARCH_NO_ANALYTICS=false
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"http-interop/http-factory-guzzle": "^1.2",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^10.10",
"laravel/jetstream": "^3.2",
"laravel/sanctum": "^3.2",
"laravel/scout": "^10.5",
"laravel/tinker": "^2.8",
"meilisearch/meilisearch-php": "^1.4",
"staudenmeir/eloquent-has-many-deep": "^1.18",
"symfony/http-client": "^6.3",
"symfony/mailgun-mailer": "^6.3",
Expand Down
Loading

0 comments on commit d6c1fdf

Please sign in to comment.