Libraries tagged by laravel trait
rinvex/laravel-support
824019 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
jedrzej/searchable
237753 Downloads
Searchable trait for Laravel's Eloquent models - filter your models using request parameters
timacdonald/has-parameters
227717 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
bezhansalleh/filament-plugin-essentials
23245 Downloads
A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster
laracraft-tech/laravel-useful-additions
83861 Downloads
A collection of useful Laravel additions!
willvincent/laravel-unique
2854 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
troelskn/laravel-fillable-relations
63908 Downloads
Provides HasFillableRelations trait to Eloquent models
marvinrabe/laravel-graphql-test
285124 Downloads
Provides you with a simple GraphQL testing trait.
cybercog/laravel-ownership
23639 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
cybercog/laravel-nova-ban
190853 Downloads
A Laravel Nova banning functionality for your application.
cybercog/laravel-eloquent-flag
16583 Downloads
Laravel Eloquent boolean & timestamp flagged attributes behavior.
balping/laravel-hashslug
174942 Downloads
Package providing a trait to use Hashids on a model
rinvex/laravel-repositories
17165 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
128271 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
171027 Downloads
Withable trait for Laravel's Eloquent models