Libraries tagged by laravel traits
laracraft-tech/laravel-useful-traits
1481 Downloads
A collection of useful Laravel additions!
hihaho/laravel-encryptable-trait
60694 Downloads
Laravel encryptable trait, easily make certain fields for eloquent models encryptable
dlimars/laravel-searchable
61307 Downloads
A Simple trait search for Laravel Models
outl1ne/laravel-scout-batch-searchable
28811 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
optimistdigital/laravel-scout-batch-searchable
8626 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
padosoft/laravel-uploadable
8374 Downloads
Laravel package for automatic upload handling with trait
magros/laravel-model-encryption
44482 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
yabhq/laravel-mint
22765 Downloads
A collection of traits, macros and other helpers to keep your Laravel app feeling fresh.
willvincent/laravel-unique
129 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
pod-point/laravel-mail-export
38087 Downloads
A mailable trait to export mails to a storage disk once being sent
pawelmysior/laravel-publishable
17961 Downloads
Toggle the published state of your Eloquent models easily
padosoft/laravel-validable
7619 Downloads
Trait to activate validation when saving Eloquent Model
iteks/laravel-enum
9895 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.
gazugafan/laravel-temporal
5532 Downloads
Temporal models and versioning for Laravel 5
flyhjaelp/laravel-eloquent-orderable
2947 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.