Libraries tagged by laravel traits
spatie/laravel-translatable
18480483 Downloads
A trait to make an Eloquent model hold translations
rtconner/laravel-tagging
2755434 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
webpatser/laravel-uuid
16071482 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.
watson/validating
2990404 Downloads
Eloquent model validating trait.
nicolaslopezj/searchable
2391020 Downloads
Eloquent model search trait.
cybercog/laravel-love
262911 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
cybercog/laravel-ban
575754 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
wildside/userstamps
1392980 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.
nanigans/single-table-inheritance
2180321 Downloads
Single Table Inheritance Trait
bkwld/cloner
1752701 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
364574 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
iben12/laravel-statable
273527 Downloads
Statable trait for Laravel Eloquent models
joelbutcher/laravel-archivable
456538 Downloads
An archivable trait package for Laravel Eloquent models
theanik/laravel-more-command
305688 Downloads
Create a Repository and Service class and trait using Artisan CLI
dyrynda/laravel-nullable-fields
180857 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.