Next-gen Elasticsearch driver for Laravel Scout with the power of Elasticsearch's queries.
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
.