Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.57 KB

index.md

File metadata and controls

45 lines (34 loc) · 1.57 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