laravel / scout by taylorotwell

Laravel Scout provides a driver based solution to searching your Eloquent models.
39,260,431
1,622
38
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-06-29
Package Last Update: 2025-07-22
Home Page: https://laravel.com/docs/scout
Language: PHP
License: MIT
Last Refreshed: 2025-08-01 15:10:23
Package Statistics
Total Downloads: 39,260,431
Monthly Downloads: 1,067,014
Daily Downloads: 43,403
Total Stars: 1,622
Total Watchers: 38
Total Forks: 357
Total Open Issues: 3

Introduction

Laravel Scout provides a simple, driver-based solution for adding full-text search to your Eloquent models. Once Scout is installed and configured, it will automatically sync your model changes to your search indexes. Currently, Scout supports Algolia, a blazing-fast and hosted search service.

Official Documentation

Documentation for Scout can be found on the Laravel website.

License

Laravel Scout is open-sourced software licensed under the MIT license