Libraries tagged by laravel traits
gazugafan/laravel-temporal
7481 Downloads
Temporal models and versioning for Laravel 5
flyhjaelp/laravel-eloquent-orderable
4000 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
devdojo/laravel-reactions
27757 Downloads
adamhopkinson/laravel-model-hash
10117 Downloads
A trait which automatically generates a unique hash per model instance
iatstuti/laravel-nullable-fields
154218 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
43534 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
vanilo/support
95528 Downloads
Common Vanilo functions, traits, helpers
esensi/model
65991 Downloads
The base model traits of Esensi
cviebrock/eloquent-typecast
63664 Downloads
Trait for Eloquent models to force type-casting on retrieved values
cleaniquecoders/traitify
2383 Downloads
Traitify is a Laravel package designed to streamline and enhance your development process by providing a collection of reusable traits and contracts.
hayderhatem/filament-excel-import
2214 Downloads
Filament Excel import trait for Laravel
timwassenburg/laravel-trait-generator
3145 Downloads
Generate Laravel Traits
ludo237/laravel-traits
1164 Downloads
Useful set of Laravel traits
koodoo/laravel-trait-encrypt
15925 Downloads
A Laravel Eloquent Model trait for Encrypting model data
hamzaejaz/laravel-searchable-scope
2018 Downloads
A Laravel trait to add dynamic search to models