Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Explorer Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Logging

When enabled the Elastic SDK will send all its logs (such as requests and responses) to a PSR-3 logger. By default the logger is disabled for performance. To enable the logger set EXPLORER_ELASTIC_LOGGER_ENABLED=true in your environment variables and edit your explorer.php config to define a logger (see below for examples).

See also the SDK docs. More information on loggers in Laravel can be found in Laravel's docs.

If you pass a string value as the logger it will be interpreted as the name of a log channel (see Laravel's docs for more information).

Examples:

'logger' => new \Psr\Log\NullLogger(),
'logger' => \Illuminate\Support\Facades\Log::channel('daily'),
'logger' => 'daily',
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests