Libraries tagged by laravel traits
devdojo/laravel-reactions
25879 Downloads
cybercog/laravel-ownership
21336 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
rinvex/laravel-repositories
16810 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
iatstuti/laravel-nullable-fields
153671 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.
vanilo/support
89276 Downloads
Common Vanilo functions, traits, helpers
cviebrock/eloquent-typecast
60714 Downloads
Trait for Eloquent models to force type-casting on retrieved values
shaka/laravel-trait-generator
3077 Downloads
A Laravel package to generate traits
koodoo/laravel-trait-uuid
13732 Downloads
A Laravel Eloquent Model trait for adding a UUID to Eloquent Models
koodoo/laravel-trait-updatedby
13628 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
koodoo/laravel-trait-encrypt
14746 Downloads
A Laravel Eloquent Model trait for Encrypting model data
martinbean/laravel-sluggable-trait
48259 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
kingofcode/laravel-uploadable
5972 Downloads
Laravel Uploadable trait to automatically upload images and files with minimum configuration
anthonyedmonds/laravel-testing-traits
1783 Downloads
Make testing easier with this collection of testing traits!
abottarini/laravel-nova-traits
7176 Downloads
A set of useful Laravel Nova Traits for your Resources
shaka/dynamic-update-trait
4304 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.