Libraries tagged by laravel traits
rinvex/laravel-repositories
16828 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
153841 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
43388 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
vanilo/support
91410 Downloads
Common Vanilo functions, traits, helpers
maggomann/filament-model-translator
2987 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.
foxws/wireuse
8479 Downloads
Collection of Livewire traits and utilities
esensi/model
65692 Downloads
The base model traits of Esensi
cviebrock/eloquent-typecast
61678 Downloads
Trait for Eloquent models to force type-casting on retrieved values
timwassenburg/laravel-trait-generator
2559 Downloads
Generate Laravel Traits
silvertipsoftware/laravel-trait-pack
12313 Downloads
A basic collection of some useful traits for Laravel
shaka/laravel-trait-generator
3920 Downloads
A Laravel package to generate traits
koodoo/laravel-trait-encrypt
15177 Downloads
A Laravel Eloquent Model trait for Encrypting model data
martinbean/laravel-sluggable-trait
48328 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
kingofcode/laravel-uploadable
5997 Downloads
Laravel Uploadable trait to automatically upload images and files with minimum configuration
dilovanmatini/laravel-enumable
588 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.