PHP code example of nicolasliu / laravel-xunsearch
1. Go to this page and download the library: Download nicolasliu/laravel-xunsearch library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nicolasliu / laravel-xunsearch example snippets
'providers' => [
Nicolasliu\Xunsearch\XunsearchServiceProvider::class,
],
bash
php artisan vendor:publish --provider="Nicolasliu\Xunsearch\XunsearchServiceProvider"