Libraries tagged by without model
shaka/dynamic-update-trait
8027 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
sowailem/fieldguard
10 Downloads
FieldGuard is a Laravel package that enforces field-level security on Eloquent models, allowing fine-grained control over who can view or modify specific attributes—perfect for role-based data protection without altering your core models.
softcomtecnologia/custom-accessor-and-mutator
6168 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
winavin/permissions
38 Downloads
A lightweight, Enum-driven Roles & Permissions package for Laravel, designed for multi-model and multi-team systems without requiring database-stored role or permission definitions.
ashrafic/filament-automation-bridge
225 Downloads
Turn any Eloquent model event into an automation trigger for Zapier, Make, or n8n — without writing code.
dialloibrahima/laravel-model-media
67 Downloads
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.
casserole/eloquent-oauth2-models
92 Downloads
Eloquent database models for https://github.com/php-loep/oauth2-server OAuth 2 Server. This package does nothing (mostly) without the OAuth2 Server.
waad/laravel-dynamic-observer
147 Downloads
Call observer of the model without requiring in any provider, support multi observers
local-dynamics/laravel-revisionable
3458 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
convenia/revisionable
12523 Downloads
Keep a revision history for your eloquent models without thinking
welshdev/doctrine-base-repository
816 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods
thomasjbradley/micromodel
34 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
akiftezcan38/history-log
1194 Downloads
That allows you to keep a revision history for your models without thinking.
cakebake/yii2-scalable-behavior
105 Downloads
Key-Value storage is a very simplistic, but very powerful model. Use this behavior to expand your Yii 2 model without changing the structure.
itul/relatable
123 Downloads
Dynamically link models together without changing the database