Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.55 KB

index.md

File metadata and controls

44 lines (33 loc) · 1.55 KB

Explorer

Latest Version on Packagist CI

Next-gen Elasticsearch driver for Laravel Scout with the power of Elasticsearch's queries.

Installation

Via Composer

composer require jeroen-g/explorer

You will need the configuration file to define your indexes:

php artisan vendor:publish --tag=explorer.config

Also do not forget to follow the installation instructions for Laravel Scout and set the driver to elastic.

Explorer documentation