laravel-model-metadata
by martinmulder
Attach flexible, typed, polymorphic metadata to any Eloquent model, with class- or scope-based required-field schemas and an optional FilamentPHP v5 integration.
laravel-agent-kit
by catidegla
Expose Eloquent models to an AI agent without handing it your database. Field allowlists, per-record policy checks, result ceilings and an audit trail, all failing closed.
laravel-custom-fields
by plin-code
Typed, extensible custom fields for Eloquent models with filtering and sorting.
laravel-model-utils
by caue-santos
Eloquent helpers for aliased/joined relation loading, nested aggregate scopes (count/sum/avg/min/max through dot-notation relation paths), runtime/reverse relation registration, and relation reflection.
laravel-violation-logger
by karim-tao
Logs Laravel and Eloquent strict mode violations to a JSON file, grouped by the line that caused them, instead of throwing. Turn strict mode on, run your app, fix the list.
laravel-repository
by jooservices
PHP 8.5+ Laravel repository package for trait-based CRUD, filtering, ordering, and request-driven query composition
laravel-unused-eager-loads
by norewrite
Runtime detector for genuinely unused Eloquent eager-loaded relationships in Laravel/Blade applications.
laravel-flowfield
by schtzie
Cache-backed computed aggregate fields for Eloquent — inspired by Navision's FlowField concept.
laravel
by indexnowkit
Laravel package for IndexNow: notify Yandex, Bing, Naver, Seznam and Yep when Eloquent models change. #[IndexNow] rules on models, commit-safe observers, queued submission, key file route, artisan commands.
laravel-eloquent-sorts
by plin-code
Reusable Eloquent sorts for Laravel: order by a relation column, by relation count, or by a custom enum order, with adapters for spatie/laravel-query-builder.
laravel-sql-dialect
by plin-code
Cross driver SQL helpers for Laravel: wildcard safe LIKE and ILIKE, year extraction from date columns, and filter value normalisation. No service provider, no config.
laravel-activity-tracker
by abdulbaset
Automatic, zero-code database activity/audit tracker for Laravel applications.
laravel-universal-slug
by imrandevbd
Universal, multilingual, and Unicode-safe slug generator for Laravel with Eloquent unique slug support for any language and script (Bengali, Arabic, Hindi, Chinese, Russian, European, etc.).
laravel-custom-fields
by byrcsc
Typed, filterable custom fields for any Eloquent model, with validation, defaults, and optional tenant scoping—no schema changes per field.
laravel-query-toolkit
by magetech
Enterprise-grade query builder for Laravel APIs with filtering, sorting, searching, pagination, and relationship support.
laravel-nplusone-autofix
by jegjessing
Reads N+1 query warnings recorded by a runtime detector, asks Claude for a minimal Eloquent fix, applies the patch, and clears the row. Ships an artisan command for Laravel 11/12/13.
laravel-select-except
Omit columns from Laravel Eloquent and query builder SELECT statements at the SQL level.
laravel-domain-core
by alex-kassel
High-cohesion Laravel platform foundation unifying Domain Context Registration, Dynamic Multi-Database Migrations, Context-Aware Eloquent Models, Standardized CLI Execution, Overlap Lock Management, Diagnostic Events, and Child Domain Package Scaffolding.
laravel-model-schema
by michael4d45
Native CLI that reports drift between Laravel migrations, Eloquent models, and Filament forms
laravel-datatable
by syscage
A fluent, extensible Laravel datatable package for Eloquent models, query builders, collections and arrays, driven automatically by HTTP request headers.
laravel-nplusone-baseline
by bigenergy
Catch N+1 regressions in CI. Collects lazy-loading violations across your whole test suite, compares them against a committed baseline, and fails the build only on new ones.
laravel-audit
by mrtolouei
A lightweight and framework-native audit log package for Laravel applications.
laravel-schema-contract
Detect inconsistencies between Laravel database schema metadata and Eloquent model casts.
laravel-localization
by zaber-dev
Application-level multilingual content management and provider-agnostic translation orchestration for Laravel.
laravel-repository-pattern
by darwinnatha
An elegant and flexible Repository Architecture package for Eloquent models in Laravel.
laravel-assignment
by byrcsc
Assignment routing for Eloquent models: any model can be assigned, any model can be an assignee, with atomic slot claims, an offer and accept handshake, pluggable selection policies, fair per-scope rotation, a priority queue, and offer cascades.
laravel-customer-health
by byrcsc
Business-event tracking, feature adoption, onboarding progress, and declarative customer health scores for Laravel applications.
laravel-checklist
by byrcsc
Run versioned Laravel checklists from template authoring through completion and review, with evidence, scoring, reports, and a tamper-evident audit trail.
laravel-smart-filter
A powerful, elegant, and extensible Eloquent filtering package for Laravel 8, 9, 10, 11 & 12.
laravel-mentions
by byrcsc
Mention infrastructure for Eloquent models, with configurable parsing, resolution, persistence, and lifecycle events.
laravel-query-filter
by ekramhossain
A flexible query filtering package for Laravel with operators, date ranges, relational filters, and sorting.
laravel-hold
by byrcsc
Temporary resource holds for Eloquent models: any model can be held, any model can hold, with capacity-aware atomic acquisition, expiring or indefinite claims, and lifecycle events.
laravel-model-tools
by malsanyang
Laravel model utilities including UUID reference generation, reference route keys, and migration scaffolding.
laravel-cartographer
by byrcsc
Generate a Mermaid entity relationship diagram of your Laravel application from its Eloquent models and database schema.
laravel-comments
by byrcsc
Threaded comments for Eloquent models, with guest authors, moderation statuses, reactions, edit history, attachments, pinning, and lifecycle events.
laravel-n1-detector
Detect N+1 queries in your Laravel tests via SQL fingerprinting, and fail CI when they appear.
laravel-fpe-route-keys
by tmc1807
Format-preserving encrypted route keys for Laravel Eloquent models.
laravel-approval
by byrcsc
Multi-stage approval workflows for Eloquent models: database-driven workflows, attribute drafts, approval thresholds, and a verifiable audit trail.
laravel-chronicle
Lightweight Laravel package that automatically tracks Eloquent model changes.
laravel-doctrine-projections
by darangonaut
Read-only Eloquent models generated from Doctrine ORM metadata — query with Eloquent, write through your domain.
laravel-approvals
by reynotech
Approval workflows for Eloquent models: capture pending changes, gate them behind N approvers/disapprovers, and apply the diff once approved.
laravel-api-scaffold
by caminodeldev
Generate clean, secure and configurable Laravel APIs from database tables.
laravel-persian-search
by zarbinco
Persian-aware document search, multilingual typo correction, query expansion, indexing, and relevance tools for Laravel.
laravel-ai-attributes
by parselynk
Add AI-powered computed attributes to any Eloquent model — a thin Eloquent layer on top of the official Laravel AI SDK.