jeroen-g/explorer
Laravel-friendly, fluent API for exploring and filtering directories and files. Chain common queries (name, extension, size, modified time), include/exclude patterns, sort and paginate results, and iterate over matches with clean, expressive code.
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?