Libraries tagged by trait
outl1ne/laravel-scout-batch-searchable
44323 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
optimistdigital/laravel-scout-batch-searchable
13581 Downloads
This Laravel package adds a BatchSearchable trait to allow batching Scout updates.
omarchouman/lara-util-x
537 Downloads
LaraUtilX is a comprehensive Laravel package that empowers developers with a rich set of utilities, helpful traits, middleware, and more. Streamline common tasks, enhance code readability, and boost the functionality of your Laravel applications with this versatile toolkit.
oliwol/laravel-slugify
3477 Downloads
A trait to easily add slug generation to your Laravel models.
mkorkmaz/redislabs-common
136380 Downloads
Common library for Redislabs Modules. Contains Interfaces, General Exceptions, Abstracts and Traits
miets/doctrine-behaviors
30096 Downloads
Doctrine Behavior Traits for symfony 7+
magros/laravel-model-encryption
55126 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-enso/track-who
44972 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
innoge/laravel-enum-states
1625 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
imsuperlative/larastan-filament-macro
15710 Downloads
PHPStan extension for Filament's Macroable trait — runtime macro method resolution via Larastan.
hayderhatem/filament-excel-import
11775 Downloads
Filament Excel import trait for Laravel
gregoryduckworth/encryptable
54073 Downloads
A simple trait to make attributes encrypted in the database
friendsofcake/cakephp-test-utilities
77363 Downloads
Package with support traits to ease unit testing.
cviebrock/eloquent-typecast
72325 Downloads
Trait for Eloquent models to force type-casting on retrieved values
byjg/singleton-pattern
58266 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.