stone-rain/scout-elasticsearch-model

The Elasticsearch Driver for Laravel

v1.0.1 2022-08-27 03:21 UTC

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,
]