Libraries tagged by laravel trait
hariadi/laravel-boilerplate-generator
607 Downloads
Generate Model, attribute, relation, scope trait and repository for Laravel Boilerplate
ubitcorp/laravel-settings
54 Downloads
It provides a settings model that can be used with trait on any model for Laravel project
ubitcorp/laravel-filter
80 Downloads
It provides a Eloquent query builder that can be used with trait on any model for Laravel project
oldtimeguitarguy/laravel-mocks-file-uploads
390 Downloads
A simple trait to add to your Laravel tests to mock file uploads
kfoobar/laravel-uuid
1679 Downloads
UUID Trait for Eloquent Models in Laravel
ayman-els/laravel-filter-package
95 Downloads
A Laravel package with a custom filtering trait
hedii/laravel-date-range
40549 Downloads
A date range trait with local scope methods for Laravel Eloquent models
ysm/laravel-repository-pattern
23 Downloads
A Laravel package implementing the Repository Design Pattern with Service Layer
yoursjarvis/laravel-filter-query
8 Downloads
A small and simple Laravel package for adding filters functionality to a models by adding traits.
vcian/laravel-code-insights
85 Downloads
Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
suppercup/laravel-support
103 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
suppercup/laravel-cacheable
105 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
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
slivka-b/laravel-uuid
161 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.
santigarcor/laravel-ownable
216 Downloads
Simple trait to manage the ownershipt of models/objects