stone-rain / scout-elasticsearch-model
The Elasticsearch Driver for Laravel
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/stone-rain/scout-elasticsearch-model
Requires
- php: ^7.1.|^8.0
- elasticsearch/elasticsearch: >=7.0 <=7.11.0
- laravel/scout: ^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.0|^8.0
This package is auto-updated.
Last update: 2025-12-14 13:51:21 UTC
README
Requirements
The package has been tested in the following configuration:
- PHP version >=7.1.3, <=7.3
- Laravel Framework version >=5.8, <=6
- Elasticsearch version >=7
Installation
Use composer to install the package:
composer require stone-rain/scout-elasticsearch-model
If you are using Laravel version <= 5.4 or the package discovery
is disabled, add the following providers in config/app.php:
'providers' => [ ScoutElasticModel\ElasticServiceProvider::class, ]