jeroen-g/explorer
Laravel-friendly wrapper for Explorer, a lightweight full-text search engine. Index and search your Eloquent models with simple configuration, fast queries, and flexible ranking/filters. Ideal for adding on-site search without running Elasticsearch or Algolia.
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.
How can I help you explore Laravel packages today?