Libraries tagged by laravel model fields
kharanenka/laravel-scope-code
35338 Downloads
Scope for field 'code' (string)
kharanenka/laravel-scope-category-belongs-to
35196 Downloads
Scope for field 'category_id' (int)
kharanenka/laravel-scope-active
35524 Downloads
Scope for field 'active' (bool)
testmonitor/eloquent-incrementable
23982 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
sdavis1902/eloquent-vars
7642 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
shaka/dynamic-update-trait
5233 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.
onramplab/laravel-custom-fields
3579 Downloads
An laravel package that enables custom field support for any Laravel models
digitalmanagerguru/laravel-json-fields
853 Downloads
A package to work with database JSON fields with laravel eloquent Models.
kamansoft/laravel-blame
2563 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jlorente/laravel-eloquent-splitted-dates-trait
5257 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...
ironshark/laravel-extendable
11037 Downloads
Traits for Laravel to add and manage custom Eloquent model fields.
fevrok/laravel-translatable
47 Downloads
This package allows you to translate your models fields.
architools/laravel-sieve
9 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
floriandomgjoni/laravel-ai-factory
5 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
40772 Downloads
Support for created_by and updated_by fields in Eloquent models.