Libraries tagged by laravel traits
webpatser/laravel-uuid
17930668 Downloads
Laravel integration for webpatser/uuid - High-performance drop-in UUID replacements (15% faster than Ramsey). Provides Str macros, HasUuids trait, facades, and casts. RFC 4122/9562 compliant.
spatie/laravel-translatable
26815584 Downloads
A trait to make an Eloquent model hold translations
wildside/userstamps
1922504 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
watson/validating
3504177 Downloads
Eloquent model validating trait.
nicolaslopezj/searchable
2876959 Downloads
Eloquent model search trait.
rtconner/laravel-tagging
3160607 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
cybercog/laravel-love
336294 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
cybercog/laravel-ban
702653 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
nanigans/single-table-inheritance
2661242 Downloads
Single Table Inheritance Trait
bezhansalleh/filament-plugin-essentials
1461373 Downloads
A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster
bkwld/cloner
2340444 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
397517 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
iben12/laravel-statable
321082 Downloads
Statable trait for Laravel Eloquent models
joelbutcher/laravel-archivable
629599 Downloads
An archivable trait package for Laravel Eloquent models
theanik/laravel-more-command
461845 Downloads
Create a Repository and Service class and trait using Artisan CLI