2017 © Pedro Peláez
 

library laravel-scout-sphinx

Sphinx Search Engine for Laravel Scout.

image

egwk/laravel-scout-sphinx

Sphinx Search Engine for Laravel Scout.

  • Monday, May 7, 2018
  • by egwk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 521 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 4 Versions
  • 10 % Grown

The README.md

Sphinx for Laravel Scout

Sphinx Search Engine for Laravel Scout. Forked from https://github.com/hocnt84/laravel-scout-sphinx Note: Pagination did not work with the original repo. Maybe it's due a Query Builder issue. This is the only reason we've created this fork., (*1)

Prerequisites

You should have Sphinx service installed, see: http://sphinxsearch.com/, (*2)

Install

Installing via composer

Use composer require to install the Engine., (*3)

$ composer require egwk/laravel-scout-sphinx

Configuration

Update config/scout.php, and add an entry for sphinx:, (*4)

//
'sphinx' => [
        'host' => env('SCOUT_HOST', 'localhost'),
        'port' => env('SCOUT_PORT', '9306'),
],
//

Set SCOUT_* variables in your .env file:, (*5)

SCOUT_DRIVER=sphinxsearch
SCOUT_PREFIX=myprefix_
SCOUT_HOST=localhost
SCOUT_PORT=9306

Adding to your project

Update config/app.php by adding an entry for the service provider:, (*6)

'providers' => [
    // ...
   Egwk\LaravelScoutSphinx\Provider\SphinxEngineProvider::class,
];

See Laravel Scout Docs for further info., (*7)

Authors

The Versions

07/05 2018

dev-master

9999999-dev

Sphinx Search Engine for Laravel Scout.

  Sources   Download

MIT

The Requires

 

by Peter
by hocnt

laravel search sphinxsearch

29/03 2018

v1.1.1

1.1.1.0

Sphinx Search Engine for Laravel Scout.

  Sources   Download

MIT

The Requires

 

by Peter
by hocnt

laravel search sphinxsearch

07/01 2018

v1.1

1.1.0.0

Sphinx Search Engine for Laravel Scout.

  Sources   Download

MIT

The Requires

 

by Peter
by hocnt

laravel search sphinxsearch

17/02 2017

v1.0

1.0.0.0

sphinxsearch engine for scout laravel.

  Sources   Download

MIT

The Requires

 

by hocnt

laravel search sphinxsearch