laravel-composite-key
Adds full native-style Composite Primary Key support to Eloquent Models
laravel-audit-trails
by aaix
Lightweight audit-trail package for Laravel — logs created, updated, deleted, restored and force-deleted Eloquent events.
laravel-model-storage
by thrive
Manejo de archivos orientado a modelos Eloquent con soporte S3, CloudFront y storage local
laravel-eloquent-viz
by eloqviz
Eloquent model relationship graph: JSON API, artisan command, and Cytoscape.js UI for Laravel applications.
laravel-normcache
by kai-init
Normalized, self-invalidating Redis cache for Laravel Eloquent. Caches query IDs and model entities separately with versioned invalidation.
laravel-eloquent-insight
by clcbws
Premium Eloquent performance suite with N+1 resolution, ghost relation detection, hydration profiling, and AST auto-fixing.
laravel-repository
by hmdev1
Repository for Laravel (inspired by and indebted to Bosnadev/Repositories)
laravel-domo
by jemgdevp
AI-powered database orchestrator for Laravel. Web Dashboard, TUI, and MCP server for Eloquent architecture and migration management.
laravel-searchable
by eslam-dev
Laravel Searchable — dedicated searchable columns for Eloquent with cleaning, FULLTEXT search, and rebuild tooling
laravel-status-transition
by rizalsaja
A simple and flexible trait to add state machine behaviour to Laravel Eloquent models, with transition validation and automatic history tracking.
laravel-meta
by company4-dev
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
laravel-full-name
by plin-code
Search and sort Eloquent queries and Filament tables by a person's full name across first_name and last_name columns, with BelongsTo and HasOne relation support and multi-token matching.
laravel-querybuilder
Reusable query builder helpers for Eloquent APIs on Laravel 10 through 13.
laravel-sluggable
by nunomaduro
Automatic slug generation for Eloquent models via the #[Sluggable] attribute.
laravel-where-like-any
Adds whereLikeAny, whereLikeAll, whereNotLikeAny, whereNotLikeAll (and or* variants) to Laravel's query builder.
laravel-searchable
by mozex
Advanced multi-column, relation, and morph search for Laravel Eloquent models
laravel-eloquent-join-relation
by atldays
Join related Eloquent models and hydrate them as loaded relations.
snowflake-sdk
by laravel-gtm
Snowflake database driver for Laravel using REST API and Saloon — no PDO extension required
laravel-sculptor
by atldays
This package provides a convenient interface for building complex database queries using Eloquent ORM in Laravel.
laravel-clickhouse
A ClickHouse based Eloquent model and Query builder for Laravel
laravel-reactions
by webotvorba
Laravel Reactions is a simple and flexible package that allows you to add reaction functionality to any Eloquent model
laravel-eloquent-bitwise
by degecko
Manage boolean flags and statuses as a fluent collection on Eloquent models
laravel-prism
by fr3on
Static Eloquent model auditor - catches $fillable, $casts, $hidden, and factory drift before tests fail silently.
laravel-translatable
by relodev
Lightweight bilingual (FR/EN) translation for Laravel models and views
laravel-eloquent-query-cache
by atldays
Adding cache on your Laravel Eloquent queries' results is now a breeze.
commentable
by x-laravel
Polymorphic comment system for Laravel Eloquent models with nested comment support.
laravel-drafts
by parallelteam
Add drafts, versioning, and publication workflow to any Eloquent model — ideal for content editing, previews, and rollback.
laravel-binary-encryption
Eloquent cast and encryption helper that gzip-compresses and encrypts into a compact versioned binary format.
laravel-clickhouse
by ariadata
ClickHouse database driver for Laravel — Eloquent, query builder, and schema support (Laravel 13+).
laravel-audit-log-trail
A robust, diff-aware audit trail package for Laravel Eloquent models.
laravel-review
by multek
Polymorphic review and rating system for Laravel Eloquent models with caching, moderation, and events.
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