| 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: | 2025-10-28 03:00:07 |
| Package Statistics | |
|---|---|
| Total Downloads: | 30 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 1 |
Xunsearch Driver for Laravel Scout.
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,
],
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
Now you can use Laravel Scout as described in the official documentation.
##Links
The MIT License (MIT).