yarm / elasticsearch
An add-on for the YARM Reference Manager Application. Contains the elasticsearch controller
dev-main
2023-02-25 14:48 UTC
Requires
This package is auto-updated.
Last update: 2025-03-25 19:12:49 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