Libraries tagged by modelTrait
willvincent/laravel-unique
18321 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
alsofronie/eloquent-uuid
339546 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
jamesmills/eloquent-uuid
44045 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
innoge/laravel-enum-states
2113 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
novius/laravel-publishable
12838 Downloads
A Laravel Eloquent model trait for publishable resource
novius/laravel-translatable
12966 Downloads
A Laravel Eloquent model trait for translatable resource
novius/laravel-linkable
8379 Downloads
A Laravel Eloquent model trait for linkable resource
lambdadigamma/laravel-publishable
1154 Downloads
A Laravel Eloquent model trait for publishing and unpublishing
koodoo/laravel-trait-encrypt
17608 Downloads
A Laravel Eloquent Model trait for Encrypting model data
ianrothmann/laravel-model-convention
7697 Downloads
A Model Trait to override standard laravel 5 model conventions for use with larger scale databases
6dreams/rich-model-trait
1401 Downloads
A rich replacement for your anemic getters and setters
zairakai/laravel-eloquent
58 Downloads
Enhanced Eloquent model trait for automatic table management, primary key detection, and JSON serialization with column mapping
thetalabs/laravel-database-encryption
16631 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
rbennett/laravel-model-encryption
1716 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
novocast/laravel-readonly
10 Downloads
A Read-only model trait for assisting dealign with read only models.