yarm/elasticsearch

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

Maintainers

Package info

github.com/HVanUffelen/YARM_Elasticsearch

pkg:composer/yarm/elasticsearch

Statistics

Installs: 55

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-25 21:24:20 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