Libraries tagged by laravel model fields
brainlet-ali/laravel-convert-timezone
95 Downloads
A minimal package to convert any model datetime fields from UTC to desired timezone.
tedon/laravel-actor
123 Downloads
A brand option to have specific action fields in model.
spykapp/laravel-custom-fields
8 Downloads
Laravel Package for Managing Custom Fields for Each Model.
neposoft/field-acl
98 Downloads
A laravel package to support acl on fields of your models
jcrodsolutions/laravel-user-stamp
65 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
coderello/laravel-virtual-fields
458 Downloads
Laravel virtual fields brings in virtual fields for Eloquent models.
robindrost/prismic-integration-field-laravel
335 Downloads
A package that allows you to convert your models or collection of models to an Prismic integration field ready array.
fieldstone/laravel-couchbase
15 Downloads
Couchbase w/ Eloquent and Query Builder for Laravel 5.8 and up
laramore/laramore
1122 Downloads
Describe your table fields in the model and let Laravel the rest
bytestgear/eloquent-incrementable
747 Downloads
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
muzammal/syncmodelfillable
9 Downloads
A Laravel package to synchronize model fillable fields with migration columns using commands
shaka/dynamic-update-trait
80 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.
dedmytro/laravel-model-related-fields
5 Downloads
Provide an ability to add related fields/columns to all model Eloquent queries
ferdinandbr/laravel-model-unique-field
2 Downloads
create a record with a unique field without worrying
crazybooot/laravel-mapped-model-fields
418 Downloads
Add Eloquent Builder and Relation methods to create and update Models previously map fields