Libraries tagged by laravel traits
mostafaznv/laracache
38335 Downloads
LaraCache is a customizable cache trait to cache queries on model's events
bezhansalleh/filament-plugin-essentials
2958 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
alsofronie/eloquent-uuid
323562 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
fanmade/laravel-bitwise-trait
64361 Downloads
Simple trait to use bitwise operators on any class
abottarini/laravel-nova-traits
9173 Downloads
A set of useful Laravel Nova Traits for your Resources
mtownsend/laravel-make-trait
18233 Downloads
Rapid trait generation in Laravel.
laracraft-tech/laravel-useful-traits
1865 Downloads
A collection of useful Laravel additions!
hihaho/laravel-encryptable-trait
62649 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
dlimars/laravel-searchable
81393 Downloads
A Simple trait search for Laravel Models
optimistdigital/laravel-scout-batch-searchable
9389 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
padosoft/laravel-uploadable
9731 Downloads
Laravel package for automatic upload handling with trait
magros/laravel-model-encryption
48037 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
willvincent/laravel-unique
2200 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
pod-point/laravel-mail-export
43503 Downloads
A mailable trait to export mails to a storage disk once being sent
iteks/laravel-enum
12939 Downloads
A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.