laravel/scout
Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to your search indexes. Supports Algolia, Meilisearch, and Typesense, with configuration and usage documented on laravel.com.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| alejandroakbal/laravel-scout-advanced-meilisearch | Laravel Scout extension adding advanced query builder filters (comparisons, grouped where/orWhere, between, notIn) plus two compatible drivers: meilisearch_advanced for better Meilisearch filtering/total counts and collection_advanced for in-memory testing. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| algolia/scout-extended | — | 418 | 419 | 93 | 128K | 45 | 45.4 | 61.1 | MIT | 1 month ago | |
| ashiqfardus/laravel-fuzzy-search | — | 7 | 7 | 1 | 568 | 0 | 0.1 | 26.1 | MIT | — | |
| benbjurstrom/pgvector-scout | Laravel Scout driver for PostgreSQL pgvector. Store embeddings on your models and run fast vector similarity search directly in Postgres. Supports multiple embedding indexes (OpenAI, Gemini, testing) with publishable config and easy setup. | 73 | 73 | 8 | 794 | 2 | 11.6 | 16.0 | MIT | 7 months ago | |
| christhompsontldr/laraboard | Laraboard is a Laravel package for creating a simple message board/forum-style feature in your app. It provides models, migrations, and helpers to manage boards, threads, and posts, so you can add discussion areas quickly without building everything from scratch. | 16 | 16 | 5 | 0 | 1 | 1.2 | — | — | 6 years ago | |
| foxws/wireuse | — | 7 | 8 | 0 | 0 | 0 | 24.8 | — | MIT | 2 months ago | |
| jenssegers/mongodb | — | 7,077 | 7,148 | 1,440 | 73K | 119 | 86.3 | 45.9 | MIT | 1 day ago | |
| 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. | 399 | 399 | 70 | 19K | 20 | 36.1 | 35.5 | MIT | 2 days ago | |
| kainiklas/filament-scout | — | 36 | 36 | 12 | 3K | 2 | 17.4 | 32.3 | MIT | 4 months ago | |
| laravel/octane | Laravel Octane supercharges Laravel by keeping your app in memory and serving requests via high-performance servers like FrankenPHP, RoadRunner, Swoole, and Open Swoole. Boot once, handle many requests fast for lower latency and higher throughput. | 4,015 | 4,026 | 341 | 2M | 18 | 67.8 | 52.1 | MIT | 2 weeks ago | |
| lastdragon-ru/lara-asp-graphql | — | 5 | 5 | 4 | 4K | 0 | 0.1 | 39.7 | MIT | — | |
| lastdragon-ru/lara-asp-testing | Testing utilities for integrating Lara ASP into Laravel apps. Provides helpers, fakes, and assertions to simplify writing automated tests around ASP policies, decisions, and request/response flows in your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lunarphp/core | Core package for Lunar, a Laravel-based e-commerce platform. Provides the foundational models, database structure, and services used to build and extend storefronts and admin functionality, designed to be modular, extensible, and integrated with the Laravel ecosystem. | 7 | 8 | 12 | 12K | 0 | 0.4 | 44.0 | — | — | |
| lunarphp/scout-database-engine | Database-backed Laravel Scout engine for Lunar PHP. Adds lightweight full‑text style searching without external services, indexing your models into SQL tables for fast local search in development and smaller deployments. | 5 | 5 | 1 | 1K | 0 | 0.7 | 32.8 | MIT | 3 years ago | |
| maatwebsite/excel | Laravel Excel is a Laravel wrapper around PhpSpreadsheet for fast, elegant Excel/CSV exports and imports. Export collections or queries with automatic chunking for performance, generate downloadable files, and process imports cleanly in your app. | 12,664 | 12,897 | 1,972 | 4M | 3 | 69.5 | 43.6 | MIT | 1 month ago | |
| matheusmarnt/scoutify | — | 1 | 1 | 0 | 217 | 0 | 34.0 | 32.9 | MIT | 1 month ago | |
| mongodb/laravel-mongodb | MongoDB integration for Laravel Eloquent and the Query Builder, extending the native Laravel API to work with MongoDB. Official mongodb/laravel-mongodb package (formerly jenssegers), compatible with Laravel 10.x. | 7,079 | 7,097 | 1,440 | 385K | 121 | 87.4 | 55.9 | MIT | 1 month ago | |
| mozex/laravel-scout-bulk-actions | — | 14 | 15 | 0 | 2K | 0 | 22.7 | 33.0 | MIT | 1 month ago | |
| nuwave/lighthouse | Lighthouse is a Laravel-first GraphQL server framework. Define schemas, resolve data with Eloquent, and handle common GraphQL tasks with built-in directives and extensibility. Docs at lighthouse-php.com. Note: repo planned to move to spawnia/lighthouse. | 3,493 | 3,500 | 469 | 330K | 106 | 77.6 | 58.8 | MIT | 2 months ago | |
| omure/scout-advanced-meilisearch | — | 12 | 12 | 4 | 0 | 1 | 3.3 | — | — | 3 years ago | |
| open-southeners/laravel-apiable | — | 13 | 13 | 0 | 90 | 2 | 27.0 | 14.3 | MIT | 1 month ago | |
| orchid/platform | — | 0 | 4,804 | — | 26K | — | 84.2 | 42.0 | — | — | |
| ryangjchandler/orbit | Orbit is a flat-file driver for Laravel Eloquent. Store model records as files instead of a database while keeping familiar Eloquent create, update, delete, and query workflows. Define a schema on your model, and Orbit handles paths and persistence automatically. | 926 | 926 | 38 | 5K | 7 | 33.2 | 15.0 | MIT | 2 months ago | |
| tallcms/cms | TallCMS adds a modern CMS to Laravel Filament: pages, posts, block-based editor, media library, menus, comments, and forms. Install via Composer and register the TallCmsPlugin to turn an existing Filament app into a full CMS. | 5 | 4 | 2 | 452 | 0 | 29.1 | 31.4 | MIT | 3 weeks ago | |
| teamtnt/laravel-scout-tntsearch-driver | — | 1,136 | 1,139 | 142 | 49K | 13 | 23.3 | 28.8 | MIT | 1 year ago | |
| yajra/laravel-datatables-oracle | Laravel package for DataTables server-side processing via AJAX. Build JSON responses from Eloquent, Query Builder, or Collections using a fluent API (DataTables::eloquent/query/collection/make). Supports modern Laravel versions and common DataTables features. | 4,874 | 4,934 | 852 | 689K | 35 | 80.9 | 50.0 | MIT | 3 weeks ago |
How can I help you explore Laravel packages today?