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

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

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