Skip to the content.

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