NicolasLiu / Laravel-Xunsearch by NicolasLiu

Xunsearch Driver for Laravel Scout.
27
3
1
Package Data
Maintainer Username: NicolasLiu
Maintainer Contact: lkqemail@gmail.com (Kaiqi Liu)
Package Create Date: 2016-11-17
Package Last Update: 2016-11-22
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:07:31
Package Statistics
Total Downloads: 27
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 1
Total Forks: 1
Total Open Issues: 1

Laravel XunSearch

Latest Stable Version Latest Unstable Version License Total Downloads composer.lock available

Xunsearch Driver for Laravel Scout.

Installation

You can install the package via composer:

composer require nicolasliu/laravel-xunsearch

You must add the Scout service provider and the package service provider in your app.php config:

'providers' => [
	Nicolasliu\Xunsearch\XunsearchServiceProvider::class,
],

Configuration

Publish the config file into your project by running:

php artisan vendor:publish --provider="Nicolasliu\Xunsearch\XunsearchServiceProvider"

Add Xunsearch settings into .env file:

XUNSEARCH_HOST=127.0.0.1
XUNSEARCH_SEARCHPORT=8384
XUNSEARCH_INDEXPORT=8383

Usage

Now you can use Laravel Scout as described in the official documentation.

##Links

Credits

License

The MIT License (MIT).