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.
laravel-relodevtranslatable
by relodev
Lightweight bilingual (FR/EN) translation for Laravel models and views
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
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.