Libraries tagged by laravel traits
anthonyedmonds/laravel-testing-traits
2466 Downloads
Make testing easier with this collection of testing traits!
abottarini/laravel-nova-traits
7668 Downloads
A set of useful Laravel Nova Traits for your Resources
laracraft-tech/laravel-useful-traits
1568 Downloads
A collection of useful Laravel additions!
shaka/dynamic-update-trait
5233 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.
novius/laravel-publishable
5873 Downloads
A Laravel Eloquent model trait for publishable resource
jamesh/laravel-uuid
59980 Downloads
Eloquent UUID Trait for Laravel 6 and above.
jjclane/laravel-sqlite-migrations
15900 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
teners/laravel-extras
1649 Downloads
Extend laravel applications with more artisan commands, traits and useful helper classes
loqbox/laravel-applies-filters
27288 Downloads
A simple trait to add backend filtering to Laravel APIs
yabhq/laravel-mint
23270 Downloads
A collection of traits, macros and other helpers to keep your Laravel app feeling fresh.
tkachikov/laravel-withtrashed
1499 Downloads
Trait for set magic method withTrashed for models with SoftDelete
tarre/laravel-scout-refresh
16473 Downloads
Flush and import all models with the "Searchable" trait
quantumtecnology/validate-trait
1554 Downloads
ValidateTrait for Laravel
pawelmysior/laravel-publishable
18235 Downloads
Toggle the published state of your Eloquent models easily
padosoft/laravel-validable
8053 Downloads
Trait to activate validation when saving Eloquent Model