Libraries tagged by laravel trait
spatie/laravel-translatable
16825385 Downloads
A trait to make an Eloquent model hold translations
rtconner/laravel-tagging
2615594 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
watson/validating
2862475 Downloads
Eloquent model validating trait.
nicolaslopezj/searchable
2280471 Downloads
Eloquent model search trait.
cybercog/laravel-love
251706 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
cybercog/laravel-ban
543473 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
wildside/userstamps
1292813 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
2024109 Downloads
Single Table Inheritance Trait
bkwld/cloner
1603545 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
rtconner/laravel-likeable
352769 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
joelbutcher/laravel-archivable
411246 Downloads
An archivable trait package for Laravel Eloquent models
theanik/laravel-more-command
274089 Downloads
Create a Repository and Service class and trait using Artisan CLI
dyrynda/laravel-nullable-fields
165919 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.
rinvex/laravel-support
771214 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
timacdonald/has-parameters
198164 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.