Libraries tagged by laravel trait
timacdonald/has-parameters
191889 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
mostafaznv/laracache
33223 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
laracraft-tech/laravel-useful-additions
59642 Downloads
A collection of useful Laravel additions!
troelskn/laravel-fillable-relations
57772 Downloads
Provides HasFillableRelations trait to Eloquent models
marvinrabe/laravel-graphql-test
258769 Downloads
Provides you with a simple GraphQL testing trait.
cybercog/laravel-nova-ban
183980 Downloads
A Laravel Nova banning functionality for your application.
cybercog/laravel-eloquent-flag
14143 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
balping/laravel-hashslug
164044 Downloads
Package providing a trait to use Hashids on a model
rinvex/laravel-repositories
16810 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
rinvex/laravel-cacheable
125223 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
jedrzej/withable
156561 Downloads
Withable trait for Laravel's Eloquent models
jedrzej/sortable
214483 Downloads
Sortable trait for Laravel's Eloquent models - sort your models using request parameters
jedrzej/searchable
223060 Downloads
Searchable trait for Laravel's Eloquent models - filter your models using request parameters
alsofronie/eloquent-uuid
315620 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
fanmade/laravel-bitwise-trait
60255 Downloads
Simple trait to use bitwise operators on any class