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, 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.

View on GitHub
Deep Wiki
Context7

Console commands

Create

Use Laravel Scout import command to create and update indices.

php artisan scout:import <model>

For example, if your model is "App\Models\Post" then command would be like this:

php artisan scout:import "App\Models\Post"

If you want to recreate an index, first make sure it's deleted and then create it. Follow up with a scout import to refill the index as well.

Update Aliased Indexes

If you are using Aliased Indexes, you should use this command instead of scout:import

php artisan elastic:update <index?>

You can specify an index or choose to omit it and the command will update all your indexes. For example, if your model is "App\Model\Post" and the index is "posts":

php artisan elastic:update posts

Delete

php artisan scout:delete-index <model>

Use Laravel Scount delete-index command to delete the indices.

Search

php artisan elastic:search <model> <term> --fields=<fields>

Rudimentary command to test a basic search query.

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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope