Libraries tagged by laravel model fields
kharanenka/laravel-scope-date
34299 Downloads
Scope for date field (Carbon)
kharanenka/laravel-scope-code
34548 Downloads
Scope for field 'code' (string)
kharanenka/laravel-scope-category-belongs-to
34406 Downloads
Scope for field 'category_id' (int)
kharanenka/laravel-scope-active
34734 Downloads
Scope for field 'active' (bool)
optigov/eloquent-graphql
1341 Downloads
This package provides automatic creation of GraphQL types and fields from Eloquent models.
shaka/dynamic-update-trait
4055 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.
joelwmale/laravel-encryption
1781 Downloads
A package to easily encrypt & decrypt model fields in Laravel using OpenSSL.
onramplab/laravel-custom-fields
3537 Downloads
An laravel package that enables custom field support for any Laravel models
digitalmanagerguru/laravel-json-fields
473 Downloads
A package to work with database JSON fields with laravel eloquent Models.
kamansoft/laravel-blame
2554 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
5130 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
45 Downloads
This package allows you to translate your models fields.
tmsllc/laravel-extra-field
1376 Downloads
A package to enable assigning extra fields to Eloquent Models
aniftyco/laravel-attachments
162 Downloads
Turn any field on your Eloquent models into attachments
typerocket/laravel
3773 Downloads
Makes form building and model binding a breeze.