laravel-mariadb-vector
by devilsberg
MariaDB 11.7+ native vector storage and search for Laravel Eloquent models
laravel-odata
by novabytes
Apply OData 4 query options to Eloquent models. Supports $filter, $select, $expand, $orderby, $top, $skip, and $count.
laravel-model-inspector-mcp
by skylence
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
sql-to-signal
by laravelldone
Call ->toSignal() on Eloquent/Query Builder chains to get a reactive Signal object for Livewire 3/4 and Alpine.js
laravel-flowfield
by openplain
Cache-backed computed aggregate fields for Eloquent — inspired by Navision's FlowField concept.
laravel-model-meta
by dandoetech
Laravel bridge for code generation (models, migrations) from Resource Registry definitions.
laravel-resource-registry
by dandoetech
Laravel bridge for DanDoeTech Resource Registry: ClassBasedDriver, capability interfaces, computed resolvers, ServiceProvider.
laravel-eloquent
by zairakai
Enhanced Eloquent model trait for automatic table management, primary key detection, and JSON serialization with column mapping
laravel-model-diff
Track and display structured differences between Eloquent model versions with human-readable labels
laravel-slug-generator
Automatic slug generation for Eloquent models with scoped uniqueness, history, and transliteration
laravel-repository
by jooservices
Base repositories with CRUD, filtering, ordering and query-from-request for Laravel
laravel-smart-filter
by yared
Automatically convert HTTP query parameters into Eloquent query filters for Laravel APIs
laravel-xray
by ikabalzam
Static analysis for Eloquent column references — finds invalid database column names in your Laravel code before they hit production.
laravel-search-query-parser
Parse GitHub-style search queries into structured filters for Laravel Eloquent. Supports field:value, comparisons, exclusions, and relation filters.
laravel-data-integrity
by proai
Scan your Eloquent models for data integrity violations and fix them automatically.
laravel-gridjs
by amjadiqbal
The modern, dependency-free Datagrid for Laravel. A powerful Grid.js wrapper with Eloquent support, server-side pagination, and an elegant fluent API.
laravel-model-connection
by jackbayliss
Define separate read/write database connections per Eloquent model.
laravel-audit-chain
by graymatter
Immutable audit trail for Laravel Eloquent models via cryptographic hash chains. GDPR & NIS2 compliant.
laravel-smart-importer
by elachagui
A production-ready Laravel package for importing XLSX and CSV files into Eloquent models with column mapping, validation, duplicate handling, logging, chunking, and queue support.
laravel-model-analyzer
by devlin
Analyze and validate Eloquent relationships against database schema
laravel-model-translations
by hibasabouh
Database-driven model translations for Laravel using separate translation tables.
laravel-smart-search
by traore225
A lightweight, configurable, scoring-based search engine for Laravel with FULLTEXT support and automatic fallback.
hybrid-id-laravel
by alesitom
Laravel integration for HybridId — Eloquent trait, service provider, and config
laravel-typescript-models
by campelo
Automatically generate TypeScript interfaces from your Laravel Eloquent models via API endpoint
laravel-auditing-filesystem
by virlatinus
This filesystem driver, designed for the owen-it/laravel-auditing package, facilitates storing audits in CSV files across all Laravel disks that are registered.
laravel-column-watcher
by ascend
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
laravel-base-filter
by jaikumar0101
A powerful and flexible Laravel package for building and applying query filters with ease
laravel-eloquent-atomic
Atomic upsert operations with soft-delete awareness and pessimistic locking for Laravel Eloquent models.
laravel-query-lens
by gladehq
A Laravel package for analyzing and optimizing database queries with performance insights
laravel-query-binding
by pxl
Declarative route model binding with full query builder control for Laravel
laravel-search
by nld-labs
Search trait for Laravel Eloquent models with multiple search strategies.
laravel-decimal
by oriolsegura
Value Object to handle decimals in Laravel without losing precision and directly from Eloquent models.
laravel-eloquent-plus
by dev-toolbelt
Supercharge your Laravel Eloquent models with automatic validation, audit trails, external IDs, smart casting, and lifecycle hooks — all with zero boilerplate.
laravel-model-media
A lightweight trait for managing media files directly on your Eloquent models, without additional tables. Perfect when you need to attach files to models by simply storing the path as an attribute.
laravel-fast-crud
by dev-toolbelt
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
laravel-model-cache
Pre-warm and cache Eloquent query results. Run heavy queries once with warmup (forever cache) or use TTL-based caching on any model.
laravel-csv-flatmodel
by flatmodel
Eloquent-inspired data modeling system for Laravel that works with CSV files
laravel-json
by kangangga
A robust JSON Database Driver for Laravel with Eloquent ORM, Relationships, Hybrid SQL Support, Queue, and Cache drivers.
laravel-google-translate
by darvis
Google Translate integration for Laravel with support for translatable models
laravel-pawapay
by andydefer
Laravel SDK for integrating Pawapay Mobile Money payments (pay-ins, pay-outs, and webhooks) across African markets.
laravel-polyglot-model
Elegant model translations for Laravel with polymorphic storage and eager loading support
laravel-query-debugger
Auto-detect N+1 queries, slow queries and suggest optimizations for Laravel Eloquent