Libraries tagged by without model
goldnead/statamic-activity
38 Downloads
Immutable, brand-scoped activity ledger for Statamic: the append-only source of truth for what happened, without read models or dashboards.
cloudcake/laravel-properties
3 Downloads
Associate generic data to any other model without polluting your application model logic, for Laravel.
n3xt0r/laravel-passport-authorization-core
3083 Downloads
Domain-oriented authorization core for Laravel Passport, providing structured scope and permission modeling without UI or OAuth flow implementation.
shaka/dynamic-update-trait
8161 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
11 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.
muratbsts/laravel-reactable
123 Downloads
Use reactions for your Laravel model like Facebook, without pain
softcomtecnologia/custom-accessor-and-mutator
6332 Downloads
to set attributes laravel model (accessors and mutators) without creating methods
winavin/permissions
48 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.
oriolsegura/laravel-decimal
24 Downloads
Value Object to handle decimals in Laravel without losing precision and directly from Eloquent models.
particle-academy/last-word
283 Downloads
Standalone word-processing document read/write tool for agentic docs. Framework-agnostic PHP core that writes .docx (Office Open XML / WordprocessingML) from a JSON document model — headings, styled runs, nested lists, tables, code blocks, quotes, embedded images — reads them back with high fidelity, and bridges to/from GFM markdown so WYSIWYG editors round-trip Word files without converter sandwiches.
jsefton/laravel-virtual-fields
1484 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
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
rockerkk/revisionable-mongodb
19389 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel and mongoDB