camry / scout
Laravel Scout provides a driver based solution to searching your Eloquent models.
This package's canonical repository appears to be gone and the package has been frozen as a result.
v3.0.2
2017-01-20 03:43 UTC
Requires
- php: >=5.6.4
- illuminate/bus: ~5.3
- illuminate/contracts: ~5.3
- illuminate/database: ~5.3
- illuminate/pagination: ~5.3
- illuminate/queue: ~5.3
- illuminate/support: ~5.3
Requires (Dev)
- algolia/algoliasearch-client-php: ^1.10
- elasticsearch/elasticsearch: ^5.0
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.0
Suggests
- algolia/algoliasearch-client-php: Required to use the Algolia engine (^1.10).
- elasticsearch/elasticsearch: Required to use the Elasticsearch engine (^5.0).
README
Introduction
Laravel Scout provides a simple, driver-based solution for adding full-text search to your Eloquent models.
Official Documentation
Documentation for Scout can be found on the Laravel website.
License
Laravel Scout is open-sourced software licensed under the MIT license