laravel / scout by taylorotwell

Laravel Scout provides a driver based solution to searching your Eloquent models.
25,002,091
1,502
35
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-06-29
Package Last Update: 2024-04-16
Home Page: https://laravel.com/docs/scout
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:15:25
Package Statistics
Total Downloads: 25,002,091
Monthly Downloads: 757,817
Daily Downloads: 31,881
Total Stars: 1,502
Total Watchers: 35
Total Forks: 314
Total Open Issues: 0

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