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