2017 © Pedro Peláez
 

library elastic-scout

Elasticsearch Driver for Laravel Scout

image

bethink/elastic-scout

Elasticsearch Driver for Laravel Scout

  • Thursday, August 10, 2017
  • by gitkuba
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2,102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 139 Forks
  • 0 Open issues
  • 15 Versions
  • 21 % Grown

The README.md

Fork

This is a fork of https://github.com/ErickTamayo/laravel-scout-elastic with a few changes:, (*1)

https://github.com/ErickTamayo/laravel-scout-elastic/compare/master...bethinkpl:master, (*2)

Laravel Scout Elasticsearch Driver

Latest Stable Version Total Downloads License, (*3)

Archived

I haven't had the time to dedicate work to this repo and I don't plan to do so in the future., (*4)

This package provides a Elasticsearch driver for Laravel Scout., (*5)

Contents

Installation

You can install the package via composer:, (*6)

``` bash composer require bethinkpl/elastic-scout, (*7)


Laravel will automatically register the driver service provider. #### Install elasticsearch-php client For use this library we recomend using the latest version at this time `(^7.9)` ```bash composer require elasticsearch/elasticsearch

Setting up Elasticsearch configuration

After you've published the Laravel Scout package configuration, you need to set your driver to elasticsearch and add its configuration:, (*8)

// config/scout.php
...
    // Set your driver to elasticsearch
    'driver' => env('SCOUT_DRIVER', 'elasticsearch'),
...
    /*
    |--------------------------------------------------------------------------
    | Elasticsearch Configuration
    |--------------------------------------------------------------------------
    |
    | Here you may configure your Elasticsearch settings.
    |
    */
    'elasticsearch' => [
        'hosts' => [
            env('ELASTICSEARCH_HOST', 'localhost'),
            // [
            //     'host'   => env('ELASTICSEARCH_HOST', 'localhost'),
            //     'port'   => env('ELASTICSEARCH_PORT', '9200'),
            //     'scheme' => env('ELASTICSEARCH_SCHEME', 'https'),
            //     'path'   => env('ELASTICSEARCH_PATH', '/elastic'),
            //     'user'   => env('ELASTICSEARCH_USER', 'username'),
            //     'pass'   => env('ELASTICSEARCH_PASS', 'password'),
            // ]
        ],
    ]
...

For host configuration you can refer to the official Elasticsearch documentation, (*9)

Usage

Now you can use Laravel Scout as described in the Laravel Scout official documentation, (*10)

Limitations

Identifying Users Currrently user identification is not supported., (*11)

Credits

License

The MIT License (MIT)., (*12)

The Versions

10/08 2017

dev-master

9999999-dev

Elasticsearch Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel php elasticsearch laravel-scout

10/08 2017

3.0.6

3.0.6.0

Elasticsearch Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel php elasticsearch laravel-scout

01/08 2017

3.0.5

3.0.5.0

Elasticsearch Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel php elasticsearch laravel-scout

02/07 2017

3.0.4

3.0.4.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

24/04 2017

3.0.3

3.0.3.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/04 2017

3.0.2

3.0.2.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

02/02 2017

3.0.x-dev

3.0.9999999.9999999-dev

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

02/02 2017

3.0.1

3.0.1.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/02 2017

3.0.0

3.0.0.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/02 2017

2.0.x-dev

2.0.9999999.9999999-dev

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/02 2017

2.0.0

2.0.0.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

29/09 2016

1.0.0.x-dev

1.0.0.9999999-dev

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

29/09 2016

1.0.1.x-dev

1.0.1.9999999-dev

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

29/09 2016

1.0.1

1.0.1.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

20/09 2016

0.0.1.x-dev

0.0.1.9999999-dev

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout