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-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-datatable
by syscage
A fluent, extensible Laravel datatable package for Eloquent models, query builders, collections and arrays, driven automatically by HTTP request headers.
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.
laravel-workflow
by zaber-dev
Application-level workflow orchestration for Laravel with state transitions, audit history, rollback support, cache and database drivers, Eloquent integration, and a fluent API.
laravel-content-bridge
by goodfellazz
Universal Laravel bridge for external AI content generation SaaS
laravel-reservation
by zaber-dev
Application-level resource reservation for Laravel with stateful booking lifecycles, expiration, cache and database storage, Eloquent integration, middleware, and a fluent builder API.
laravel-base-repository
by robertgdev
A lightweight base repository for Laravel Eloquent models with full CRUD and query support, no Criteria overhead.
laravel-bit-masks
by zuko
Bitmask toolkit for Laravel — flag class generator, Eloquent integration, fluent query scopes and bit-level helpers.
laravel-api-query-helper
by iwastenot
Turn HTTP query strings into safe Eloquent queries - filtering, sorting, _q search, relation filters, and OR groups for Laravel APIs
json-api-laravel
by haddowg
Laravel package for haddowg/json-api: idiomatic routing, content negotiation, validation, and an Eloquent data layer for spec-compliant JSON:API 1.1 endpoints.
laravel-mssql-case-adapter
by basedon
Transparent snake_case to UPPERCASE identifier mapping for legacy SQL Server databases in Laravel.
laravel-quota
by zaber-dev
Application-level quota management for Laravel with calendar periods, multiple storage backends, and expressive APIs.
laravel-auditable
by gsebastiao
Auditoria Eloquent com resolução de labels legíveis (resolveMap), agrupamento de operações multi-tabela por batch, auditoria de falhas com debug e multitenancy opcional. Agnóstico à estratégia de tenancy.
laravel-lock
by zaber-dev
Application-level distributed locking for Laravel with Eloquent integration, middleware, automatic owner detection, and cache/database storage.
laravel-generator
Generate Laravel models, migrations, and seeders from existing database tables
laravel-timezone-serialization
by cetria
Laravel trait for timezone-aware Eloquent model date serialization.