laravel/scout
Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to search indexes. Supports Algolia, Meilisearch, and Typesense, with easy configuration via Laravel’s Scout integration.
collection for prototyping) before migrating to a cloud-based solution (Algolia) for production.LIKE queries may suffice.*"Laravel Scout lets us ship search features 3x faster by leveraging best-in-class providers (Algolia, Meilisearch) without hiring search specialists. For example:
*"Scout abstracts search complexity behind a driver-based API, so we can:
collection driver, deploy with Meilisearch) without refactoring.collection driver for MVP, migrate to Meilisearch in Phase 2.toSearchableArray() to customize indexed fields (e.g., exclude sensitive data)."*How can I help you explore Laravel packages today?