lanser/elastic

dev-main 2023-02-16 22:10 UTC

This package is auto-updated.

Last update: 2024-04-17 00:41:05 UTC


README

composer require lanser/elastic:dev-main

Add in your env

ELASTIC_HOST=

ELASTIC_USER=

ELASTIC_PASSWORD=

And add LanserElasticServiceProvider into you config\app.php to section providers

after that you can use Elastic client like

$client = app(ElasticConnect::class);