Libraries tagged by laravel trait
spatie/laravel-translatable
13959749 Downloads
A trait to make an Eloquent model hold translations
watson/validating
2628996 Downloads
Eloquent model validating trait.
nicolaslopezj/searchable
2077698 Downloads
Eloquent model search trait.
rtconner/laravel-tagging
2351911 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
cybercog/laravel-ban
489917 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
wildside/userstamps
1099843 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
1738796 Downloads
Single Table Inheritance Trait
bkwld/cloner
1334131 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
333579 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
iben12/laravel-statable
236942 Downloads
Statable trait for Laravel Eloquent models
joelbutcher/laravel-archivable
334947 Downloads
An archivable trait package for Laravel Eloquent models
theanik/laravel-more-command
206219 Downloads
Create a Repository and Service class and trait using Artisan CLI
marvinrabe/laravel-graphql-test
222055 Downloads
Provides you with a simple GraphQL testing trait.
dyrynda/laravel-nullable-fields
141067 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.
cybercog/laravel-love
230886 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!