Libraries tagged by laravel trait
webboy/modeltraits
281 Downloads
Useful traits for Laravel 5.x models by Nemanja Milenkovic
kyleboehlen/eloquent-uuid
84 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models updated for Laravel 9
imdhemy/jsonable
111 Downloads
Laravel JSON response trait.
insomnicles/laracache
15 Downloads
A trait for caching Laravel models
futurelabs/searchable
6 Downloads
Eloquent model search trait updated to Laravel 6.
crazyboy49z/laravelextends
94 Downloads
Laravel extends console commands, traits and blade
webdevetc/laraveluniqueidetc
9 Downloads
Easily add a unique Id field to your Laravel eloquent models. Every time you create a new eloquent model in Laravel that uses this trait, it will automatically set a unique id column
vskut/laravel5-model-searchable
192 Downloads
Searchable scope trait for models in laravel 5
phumsoft/userstamps
2 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
pacificinternet/userstamps
21 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
kseven/userstamps
1 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
dalisoft/userstamps
33 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
chriswillerton/encryptable
37 Downloads
Trait for use with Laravel 5 models allowing easy encryption/decryption of attributes.
bebbolus/elsrepositorytrait
60 Downloads
PHP trait to manage the Laravel Entity on ElasticSearch via Elastiquent
aaronheath/class-logger
7504 Downloads
Simple logging helper trait for use within Laravel classes.