PHP Classes

File: src/config/vegvisir.php

Recommend this page to a friend!
  Classes of Thiago Przyczynski   Vegvisir Laravel Search Indexer   src/config/vegvisir.php   Download  
File: src/config/vegvisir.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Vegvisir Laravel Search Indexer
Adaptable search for model objects
Author: By
Last change:
Date: 1 year ago
Size: 214 bytes
 

Contents

Class file image Download
<?php
return [

   
'adapters' => [
       
// Configuration for Elastic Search Adapter
       
'elastic_search' => [
           
'hosts' => explode(',', env('VEGVISIR_ELASTICSEARCH_HOSTS')),
        ],
    ],

];