Libraries tagged by laravel trait
versatilelibs/laravel-searchable
599 Downloads
Eloquent model search trait.
vcian/laravel-code-insights
82 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
toneflix-code/laravel-op
28 Downloads
Laravel OP is a simple fork of Laravel that provides a set of tools to help you build your Laravel application faster and easier. It is a collection of useful classes, traits, and functions that I have found useful in my own projects. It is a work in progress and I will be adding more features as I need them. I hope you find it useful too.
sugar-agency/laravel-favorites
1057 Downloads
Implementation of a 'like' or 'favorite' or 'remember' feature. Supports for session based favorites that are automatically transfered to an authenticated user when possible
slps970093/laravel-support
9 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
slivka-b/laravel-uuid
105 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.
santigarcor/laravel-ownable
201 Downloads
Simple trait to manage the ownershipt of models/objects
s-shiryaev/laravel-translatable
68 Downloads
Trait for implementing model localization
robmellett/laravel-model-history
4 Downloads
A simple trait to add to your models so you can store CREATED and UPDATED differences
omaralalwi/laravel-time-craft
13 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
nemesis/laravel-filter-and-sorting
26029 Downloads
Filter And Sorting trait
moofik/laravel-resources-extensions
20 Downloads
This package provide new resource classes and helper traits which will extent standard abilities of Laravel resources
mnurullahsaglam/laravel-owner
13 Downloads
This is a simple package to add owner foreign id to models with a trait
masterskill/validation-error-trait
10 Downloads
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
malhal/laravel-createdby
129 Downloads
A trait that adds createdBy and updatedBy user relations to your models