Libraries tagged by laravel trait
adamhopkinson/laravel-model-hash
8597 Downloads
A trait which automatically generates a unique hash per model instance
iatstuti/laravel-nullable-fields
154056 Downloads
This trait allows you to easily flag attributes that should be set as null when being persisted to the database using the Laravel PHP Framework.
jamesmills/eloquent-uuid
43438 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
vanilo/support
93529 Downloads
Common Vanilo functions, traits, helpers
honed/core
15106 Downloads
Shared utilities for developing the Honed Laravel ecosystem.
esensi/model
65768 Downloads
The base model traits of Esensi
cviebrock/eloquent-typecast
62712 Downloads
Trait for Eloquent models to force type-casting on retrieved values
hayderhatem/filament-excel-import
718 Downloads
Filament Excel import trait for Laravel
timwassenburg/laravel-trait-generator
2747 Downloads
Generate Laravel Traits
silvertipsoftware/laravel-trait-pack
12686 Downloads
A basic collection of some useful traits for Laravel
shaka/laravel-trait-generator
4892 Downloads
A Laravel package to generate traits
koodoo/laravel-trait-encrypt
15667 Downloads
A Laravel Eloquent Model trait for Encrypting model data
hamzaejaz/laravel-searchable-scope
1496 Downloads
A Laravel trait to add dynamic search to models
martinbean/laravel-sluggable-trait
48442 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
kingofcode/laravel-uploadable
6061 Downloads
Laravel Uploadable trait to automatically upload images and files with minimum configuration