Libraries tagged by laravel trait
bluora/laravel-model-traits
80 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
thezeroday/laravel-likeable
676 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
submtd/laravel-uuid
751 Downloads
Adds HasUuid trait for Laravel models
racashmoney/laravel-blockable
24 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'block' or 'ignore' feature.
ponich/eloquent-traits
85 Downloads
Traits for laravel eloquent models
pascalvgemert/laravel-simple-search
126 Downloads
Simplistic search Trait for Laravel eloquent models which can handle relevance score sorting.
owowagency/laravel-has-users-with-roles
8611 Downloads
A trait for Laravel models which have many users with roles.
nanosolutions/laravel-likeable
457 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
mohsentm/laravel-db-enum
3094 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values
lowerrocklabs/laravel-lockable
62 Downloads
Laravel Lockable provides traits to allow for models to be locked
ironshark/laravel-deliverable
189 Downloads
Trait for Laravel Eloquent models to allow easy implementation of delivering feature.
halalsoft/laravel-dynamic-column
113 Downloads
Provides a trait for Laravel Eloquent/Query builder to handle MariaDB Dynamic Column.
graxmonzo/laravel-one-time-password
29 Downloads
One time password (OTP) generation trait for Laravel
devlop/laravel-failed-validation-response
50 Downloads
Trait for Laravel FormRequest to enable the use of custom responses for failed validation attempts.
dentro/laravel-concerns
4083 Downloads
Set of useful traits for Laravel and Lumen