# laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

Repository: https://github.com/laravel/scout
Canonical: https://ross.abutalabs.com/products/scout
Homepage: https://laravel.com/docs/scout
Language: PHP
License: MIT
License Family: permissive
Topics: algolia, laravel, search, meilisearch
Last push: 2026-08-25T20:32:56+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 3717, "days_push": 8, "days_rel": 8, "gap_med": 14, "n_releases_24m": 38}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1677, forks 359 (observed 2026-08-28T04:05:20.860862+00:00)

## What it is
Laravel Scout is a first-party Laravel package that adds driver-based full-text search to Eloquent models, automatically syncing model changes to search indexes via observers. It ships with drivers for Algolia, Meilisearch, Typesense, and Turbopuffer, plus built-in database and collection engines that require no external service.

## Use cases
- add full-text search to my Laravel Eloquent models
- sync database records to Algolia or Meilisearch automatically
- search my existing MySQL or PostgreSQL database without an external service
- implement typo-tolerant and faceted search in a PHP app
- add vector or semantic search to a Laravel application
- paginate search results in Laravel
- index soft-deleted models in a search engine

## When to choose
- you use Laravel and Eloquent and want search indexes kept in sync automatically
- you want a driver-based abstraction so you can swap search engines like Algolia, Meilisearch, or Typesense
- you need simple full-text search using only your existing MySQL/PostgreSQL database
- you want semantic or vector search integrated with your Laravel models

## When to avoid
- your project is not built on Laravel or Eloquent
- you need direct, fine-grained control over a search engine's low-level APIs
- you use a framework other than Laravel where this package cannot integrate

## Facets
- artifact type: library
- maturity: stable
- function: search-engine, database
- domain: web-development, backend
- platform: php
- tags: eloquent, full-text-search, algolia, meilisearch, typesense, turbopuffer, model-indexing, search, laravel

## Member repositories
- laravel/scout (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:20.860862+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:41:36.726556+00:00, confidence not recorded.
  - readme: https://github.com/laravel/scout (fetched 2026-08-28T04:05:20.860862+00:00, sha 2731ae623a60)
  - homepage: https://laravel.com/docs/scout (fetched 2026-08-29T11:15:07.412268+00:00, sha ed77c53cb5b3)
  - site_page: https://laravel.com/framework/docs/releases (fetched 2026-08-29T11:15:07.422130+00:00, sha 7bd94e9f7700)
  - site_page: https://laravel.com/framework/docs/upgrade (fetched 2026-08-29T11:15:07.424021+00:00, sha 5912a61226ee)
  - site_page: https://laravel.com/framework/docs/contributions (fetched 2026-08-29T11:15:07.426096+00:00, sha b81c8617b9b2)
  - site_page: https://laravel.com/framework/docs/installation (fetched 2026-08-29T11:15:07.427743+00:00, sha b37ca116cd52)
  - site_page: https://laravel.com/framework/docs/configuration (fetched 2026-08-29T11:15:07.429872+00:00, sha f167c8be5482)
  - site_page: https://laravel.com/framework/docs/ai (fetched 2026-08-29T11:15:07.432114+00:00, sha b6d706db6c93)
  - site_page: https://laravel.com/framework/docs/structure (fetched 2026-08-29T11:15:07.434826+00:00, sha 4fc3dbc68a23)
  - site_page: https://laravel.com/framework/docs/frontend (fetched 2026-08-29T11:15:07.437530+00:00, sha f7d88114e2d8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
