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).
- v4.1.2
- v4.1.1
- v4.1.0
- 4.0.x-dev
- v4.0.1
- v4.0.0
- 3.0.x-dev
- dev-master / 3.0.x-dev
- v3.0.14
- v3.0.13
- v3.0.12
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.0.x-dev
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- 1.0.x-dev
- v1.0.0
- v0.1.2
- v0.1.1
- v0.1.0
This package is auto-updated.
Last update: 2025-03-15 16:30:48 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