addls / scout
Laravel Scout provides a driver based solution to searching your Eloquent models.
v4.1.2
2018-03-03 15:49 UTC
Requires
- php: >=7.0
- doctrine/dbal: ^2.6
- elasticsearch/elasticsearch: ^5.0
- illuminate/bus: ~5.4
- illuminate/contracts: ~5.4
- illuminate/database: ~5.4
- illuminate/pagination: ~5.4
- illuminate/queue: ~5.4
- illuminate/support: ~5.4
Requires (Dev)
- algolia/algoliasearch-client-php: ^1.10
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
Suggests
- algolia/algoliasearch-client-php: Required to use the Algolia engine (^1.10).
This package is auto-updated.
Last update: 2026-06-15 19:30:15 UTC
README
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