yarm/elasticsearch

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

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

This package is auto-updated.

Last update: 2024-04-25 17:06:27 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