laravel/scout
Laravel Scout provides a driver based solution to searching your Eloquent models. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 3717
- days_rel: 8
- days_push: 8
- n_releases_24m: 38
Adoption not part of the score
1677 stars · 359 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity stable
search-engine database web-development backend php eloquent full-text-search algolia meilisearch typesense turbopuffer model-indexing search laravel
10 sources
- readme: https://github.com/laravel/scout · fetched 2026-08-28 · 2731ae623a60
- homepage: https://laravel.com/docs/scout · fetched 2026-08-29 · ed77c53cb5b3
- site_page: https://laravel.com/framework/docs/releases · fetched 2026-08-29 · 7bd94e9f7700
- site_page: https://laravel.com/framework/docs/upgrade · fetched 2026-08-29 · 5912a61226ee
- site_page: https://laravel.com/framework/docs/contributions · fetched 2026-08-29 · b81c8617b9b2
- site_page: https://laravel.com/framework/docs/installation · fetched 2026-08-29 · b37ca116cd52
- site_page: https://laravel.com/framework/docs/configuration · fetched 2026-08-29 · f167c8be5482
- site_page: https://laravel.com/framework/docs/ai · fetched 2026-08-29 · b6d706db6c93
- site_page: https://laravel.com/framework/docs/structure · fetched 2026-08-29 · 4fc3dbc68a23
- site_page: https://laravel.com/framework/docs/frontend · fetched 2026-08-29 · f7d88114e2d8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel/scout | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem