Libraries tagged by laravel trait
anthonyedmonds/laravel-testing-traits
2451 Downloads
Make testing easier with this collection of testing traits!
abottarini/laravel-nova-traits
7652 Downloads
A set of useful Laravel Nova Traits for your Resources
shaka/dynamic-update-trait
5233 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-publishable
5848 Downloads
A Laravel Eloquent model trait for publishable resource
jamesh/laravel-uuid
59977 Downloads
Eloquent UUID Trait for Laravel 6 and above.
jjclane/laravel-sqlite-migrations
15898 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
cleaniquecoders/traitify
1109 Downloads
Traitify is a Laravel package designed to streamline and enhance your development process by providing a collection of reusable traits and contracts.
teners/laravel-extras
1635 Downloads
Extend laravel applications with more artisan commands, traits and useful helper classes
loqbox/laravel-applies-filters
27271 Downloads
A simple trait to add backend filtering to Laravel APIs
astrotomic/laravel-auth-recovery-codes
24912 Downloads
This package provides Laravel bindings and a Eloquent/Model trait for pragmarx/recovery package.
yabhq/laravel-mint
23239 Downloads
A collection of traits, macros and other helpers to keep your Laravel app feeling fresh.
tkachikov/laravel-withtrashed
1466 Downloads
Trait for set magic method withTrashed for models with SoftDelete
tarre/laravel-scout-refresh
16454 Downloads
Flush and import all models with the "Searchable" trait
quantumtecnology/validate-trait
1523 Downloads
ValidateTrait for Laravel
pawelmysior/laravel-publishable
18220 Downloads
Toggle the published state of your Eloquent models easily