stone-rain / scout-elasticsearch-model
The Elasticsearch Driver for Laravel
v1.0.1
2022-08-27 03:21 UTC
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-06-14 12:41:16 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, ]