laravel-meta
by company4-dev
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
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-prism
by fr3on
Static Eloquent model auditor - catches $fillable, $casts, $hidden, and factory drift before tests fail silently.
laravel-schema-attributes
by liar88828
PHP 8 attribute-driven schema compiler for Laravel. One schema class drives migrations, models, factories, controllers, and tests — no duplication.
laravel-model-inspector-mcp
by skylence
MCP server for Laravel model introspection — relationships, attributes, scopes, observers, and database schema
laravel-model-meta
by dandoetech
Laravel bridge for code generation (models, migrations) from Resource Registry definitions.
laravel-model-diff
Track and display structured differences between Eloquent model versions with human-readable labels
laravel-model-translations
by hibasabouh
Database-driven model translations for Laravel using separate translation tables.
laravel-column-watcher
by ascend
Watch and react to Eloquent model column changes with PHP 8 attributes. Trigger handlers when specific columns are modified, with support for queued handlers, before/after save timing, and built-in infinite loop protection. Think observers, but column specific!
laravel-query-binding
by pxl
Declarative route model binding with full query builder control for Laravel
laravel-eloquent-plus
by dev-toolbelt
Supercharge your Laravel Eloquent models with automatic validation, audit trails, external IDs, smart casting, and lifecycle hooks — all with zero boilerplate.
laravel-model-media
A lightweight trait for managing media files directly on your Eloquent models, without additional tables. Perfect when you need to attach files to models by simply storing the path as an attribute.
laravel-csv-flatmodel
by flatmodel
Eloquent-inspired data modeling system for Laravel that works with CSV files
laravel-model-actions
by hosnyadeeb
A Laravel package for generating action classes for models with CRUD operations
laravel-translatable-model
by alnaggar
A Laravel package to store model attribute translations in a separate database table.
laravel-equality-validation
by denizgolbas
A powerful Laravel validation rule for checking equality between reference and target model columns. Perfect for validating relationships, matching codes, currencies, and ensuring data consistency across related models.
laravel-worldable
by ritechoice23
Make your Laravel application location-aware in seconds. Worldable is a package that provides a simple and efficient way to add Country, State, City, Currency, Language, and Timezone relationships to your laravel application.
laravel-audit-logging
by lunnar
Comprehensive audit logging for Laravel: model events, HTTP requests, outgoing API calls, and request tracing with integrity verification
laravel-saveable
by ritechoice23
A flexible Laravel package for adding save/bookmark functionality to any model with collections, metadata, and ordering support.
laravel-reactions
by ritechoice23
A simple, flexible Laravel package for adding polymorphic reactions to any model. React with any text: like, love, care, or anything you want.
laravel-taggable
by ritechoice23
The most intuitive and powerful Laravel tagging package that just works. Add intelligent tag normalization, trending analytics, powerful queries, and bulletproof edge case handling with zero configuration required.
laravel-followable
by ritechoice23
A Laravel package to add follow/unfollow functionality to Eloquent models.
laravel-model-versions
by act-training
A Laravel package for automatic model versioning with selective attribute tracking and restore capabilities
laravel-model-encryption
by silverd
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-hashable-routes
by iridiumintel
A Laravel package that provides short, secure, and per-model configurable hashed route keys instead of incremental IDs.
laravel-entity-generator
by win-aung
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
laravel-api-model-client
by m-tech-stack
A powerful Laravel package that enables Eloquent-like models to interact seamlessly with external APIs instead of a local database
laravel-model-service
by mattyeend
Extends Laravel make:model to also create a service class when using -S flag or --service option.
laravel-model-settings
by pkalusek
Simplest way to store model-specific settings/preferences in Laravel
laravel-modelschema
by grazulex
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
laravel-model-cache
by aminshamim
A Laravel package for automatic model caching with performance optimization
laravel-attribute-model-casting
by kontoulis
A Laravel package enabling the use of native PHP attributes for defining and managing Eloquent model attribute casts.
laravel-smart-scaffold
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
laravel-permission-model-attributes
by curly-deni
Add permission-aware attributes and static checks to Eloquent models using Laravel's authorization policies.
laravel-scoped-settings
Manage global and model-scoped settings in Laravel with a clean API, artisan commands, and optional per-scope caching.