laravel-model-mcp
Auto-expose Eloquent models as policy-enforced MCP tools. Safe-by-default CRUD over the Model Context Protocol, gated by your Laravel Policies, scoped to your tenant, and audited.
summae-laravel
by superheld
Laravel-Adapter für summae-core: ServiceProvider, Eloquent-Persistenz, Migrationen
laravel-lucene
by prometa
Pure-PHP Lucene query parser with a Laravel/Eloquent adapter that compiles Lucene queries into safe, parameterized SQL.
laravel-eloquentql
Dynamically optimize Eloquent queries and API resources with JSON:API sparse fieldsets and includes.
yammi-audit-log-laravel
by romalytar
Universal change history and audit log for Laravel. Tracks who changed what and when across Eloquent models, with rich actor attribution (user, job, command, scheduler), field-level diffs, human-readable relationship labels and a timeline dashboard.
laravel-manticore-eloquent
Use Eloquent natively on Manticore Search — a Laravel database driver over the Manticore MySQL protocol.
laravel-request-query-cache
by langsys
Request caching toolkit for Laravel: per-request Eloquent query deduplication (firstCached/getCached) plus idempotent HTTP responses via the idempotent middleware.
laravel-querybuilder
Reusable query builder helpers for Eloquent APIs on Laravel 10 through 13.
laravel-anvil
by zuqongtech
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
laravel-state-machine
by webrek
Declarative state machines for Eloquent models with guards, events and transition history.
laravel-money
by webrek
An immutable money value object for Laravel with safe arithmetic, allocation and Eloquent casting.
laravel-blame
by bernskiold
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
laravel-activatable
by bernskiold
Give Eloquent models an active/inactive state with scopes, events, factory states and a schema macro.
laravel-secure-fields
by vimatech
Secure encrypted Eloquent model fields for sensitive data in Laravel applications.
laravel-audit-core
by aw3r1se
Eloquent model & relation change auditing for Laravel, with a pluggable transport
laravel
by synapcores
Laravel integration for the SynapCores AIDB PHP SDK — facade, artisan commands, Eloquent vector cast, RAG trait, and queueable agent jobs
laravel-custom-fields
by hyder-kamran
A powerful, production-ready Laravel package for dynamic custom fields — attach any field type to any Eloquent model.
laravel-queryable
by omoba
Declarative search, sort, and filter scopes for Eloquent models — with relationship traversal.
laravel-doctor
Auditor determinista para codebases Laravel: seguridad, performance, Eloquent y arquitectura.
laravel-when-on-relation
by mashirou1234
Adds conditional callbacks on Laravel Eloquent relationship instances.
laravel-enum-states
by innoge
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
laravel-tanstack
by manusiakemos
Modern server-side datatable for Laravel, designed for TanStack Table frontends. Drop-in query builder with searching, sorting, filtering, and pagination.
rhino-laravel
Automatic REST API generation for Laravel Eloquent models with built-in security, validation, and advanced querying
laravel-custom-fields
by trappistes
Laravel package for adding custom/dynamic fields to Eloquent models without schema changes
laravel-seo-engine
by banulakwin
Portable polymorphic SEO meta for Eloquent models with trait-based auto-creation and sensible defaults.
laravel-eloquent-columns
by banulakwin
Reusable Eloquent traits and Blueprint macros: active, featured, sort order, timestamps/soft deletes, slugs (Spatie), audit columns.
laravel-typegen
by hemilrajput
Generate TypeScript types from Eloquent models, Enums & FormRequests.
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 caching for Laravel Eloquent. Self-invalidating, Redis-backed. 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-repository
by thatobabusi
A Laravel 13-compatible repository pattern implementation with Eloquent, criteria-based filtering, and Artisan generators.
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