Libraries tagged by laravel model fields
kharanenka/laravel-scope-external-id
36417 Downloads
Scope for field 'external_id' (int)
kharanenka/laravel-scope-date
36274 Downloads
Scope for date field (Carbon)
kharanenka/laravel-scope-code
36524 Downloads
Scope for field 'code' (string)
kharanenka/laravel-scope-category-belongs-to
36382 Downloads
Scope for field 'category_id' (int)
kharanenka/laravel-scope-active
36711 Downloads
Scope for field 'active' (bool)
sdavis1902/eloquent-vars
8746 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
shaka/dynamic-update-trait
6567 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.
turahe/laravel-userstamps
127 Downloads
Adds user tracking fields to Laravel models.
onramplab/laravel-custom-fields
3631 Downloads
An laravel package that enables custom field support for any Laravel models
digitalmanagerguru/laravel-json-fields
1369 Downloads
A package to work with database JSON fields with laravel eloquent Models.
jlorente/laravel-eloquent-splitted-dates-trait
5423 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
fevrok/laravel-translatable
47 Downloads
This package allows you to translate your models fields.
floriandomgjoni/laravel-ai-factory
25 Downloads
Laravel package for generating realistic factory data using AI (OpenAI, Gemini, DeepSeek) with support for manual and hardcoded fields, model events, and bulk inserts.
axn/laravel-eloquent-authorable
40843 Downloads
Support for created_by and updated_by fields in Eloquent models.
aniftyco/laravel-attachments
201 Downloads
Turn any field on your Eloquent models into attachments