yarm/elasticsearch

An add-on for the YARM Reference Manager Application. Contains the elasticsearch controller

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/yarm/elasticsearch

dev-main 2023-02-25 14:48 UTC

This package is auto-updated.

Last update: 2025-09-25 20:24:19 UTC


README

Usage (follow/run the following commands in your terminal)

to install package

composer require yarm/elasticsearch

publish routes, config, views, JS...

php artisan vendor:publish --provider="Yarm\Elasticsearch\ElasticsearchServiceProvider" --force

Note

  • Don't forget to restart npm after installation