Libraries tagged by laravel trait
upinside/laravel-make-trait
2151 Downloads
Create trait in Laravel with the artisan command
thetalabs/laravel-database-encryption
16092 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
rbennett/laravel-model-encryption
1501 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
pharaonic/laravel-helpers
1371 Downloads
Laravel - Classes, Traits, Functions
kingofcode/laravel-uploadable
5886 Downloads
Laravel Uploadable trait to automatically upload images and files with minimum configuration
dilovanmatini/laravel-enumable
41 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.
anthonyedmonds/laravel-testing-traits
482 Downloads
Make testing easier with this collection of testing traits!
turahe/laravel-likeable
411 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
shaka/dynamic-update-trait
136 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-translatable
3582 Downloads
A Laravel Eloquent model trait for translatable resource
novius/laravel-linkable
626 Downloads
A Laravel Eloquent model trait for linkable resource
lambdadigamma/laravel-publishable
631 Downloads
A Laravel Eloquent model trait for publishing and unpublishing
ironshark/laravel-extendable
11034 Downloads
Traits for Laravel to add and manage custom Eloquent model fields.
gblix/laravel-controller-repository-traits
5849 Downloads
Traits para Controllers de Laravel facilitando uso da lib `prettus/l5-repository`
craftcodery/laravel-searchable
3149 Downloads
Searchable trait for Laravel Eloquent models