Libraries tagged by laravel traits
rinvex/laravel-support
814442 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
223003 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
laracraft-tech/laravel-useful-additions
80629 Downloads
A collection of useful Laravel additions!
outl1ne/laravel-scout-batch-searchable
34303 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
troelskn/laravel-fillable-relations
62941 Downloads
Provides HasFillableRelations trait to Eloquent models
marvinrabe/laravel-graphql-test
282328 Downloads
Provides you with a simple GraphQL testing trait.
cybercog/laravel-ownership
22951 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
cybercog/laravel-nova-ban
189930 Downloads
A Laravel Nova banning functionality for your application.
cybercog/laravel-eloquent-flag
16279 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
balping/laravel-hashslug
173680 Downloads
Package providing a trait to use Hashids on a model
rinvex/laravel-repositories
17077 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
128007 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
167925 Downloads
Withable trait for Laravel's Eloquent models
jedrzej/sortable
228756 Downloads
Sortable trait for Laravel's Eloquent models - sort your models using request parameters
jedrzej/searchable
235016 Downloads
Searchable trait for Laravel's Eloquent models - filter your models using request parameters