Libraries tagged by trait
cybercog/laravel-ban
718654 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
yadakhov/insert-on-duplicate-key
3056951 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
spatie/php-cloneable
1509170 Downloads
A trait that allows you to clone readonly properties in PHP 8.1
rtconner/laravel-tagging
3179632 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
nanigans/single-table-inheritance
2690123 Downloads
Single Table Inheritance Trait
cakephp/datasource
27127564 Downloads
Provides connection managing and traits for Entities and Queries that can be reused for different datastores
cache/hierarchical-cache
16794876 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
bezhansalleh/filament-plugin-essentials
1753013 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
phpunitgoodpractices/traits
332353 Downloads
Highly opinionated PHPUnit good practices enforcer.
rtconner/laravel-likeable
399295 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
ergebnis/classy
3109284 Downloads
Provides collectors for classy constructs (classes, enums, interfaces, and traits).
atk4/core
2468076 Downloads
Agile Core - collection of PHP Traits for designing object-oriented frameworks
rinvex/laravel-support
896925 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
laracraft-tech/laravel-useful-additions
134870 Downloads
A collection of useful Laravel additions!
timacdonald/has-parameters
305519 Downloads
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.