Libraries tagged by laravel trait
dilovanmatini/laravel-enumable
1118 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.
abottarini/laravel-nova-traits
8253 Downloads
A set of useful Laravel Nova Traits for your Resources
shaka/dynamic-update-trait
6473 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.
prevailexcel/laravel-action-service-trait
1925 Downloads
A simple Laravel package to create actions, traits and services using artisan commands
novius/laravel-translatable
6490 Downloads
A Laravel Eloquent model trait for translatable resource
novius/laravel-publishable
6992 Downloads
A Laravel Eloquent model trait for publishable resource
novius/laravel-linkable
2988 Downloads
A Laravel Eloquent model trait for linkable resource
jamesh/laravel-uuid
60008 Downloads
Eloquent UUID Trait for Laravel 6 and above.
teners/laravel-extras
1891 Downloads
Extend laravel applications with more artisan commands, traits and useful helper classes
yabhq/laravel-mint
23834 Downloads
A collection of traits, macros and other helpers to keep your Laravel app feeling fresh.
tkachikov/laravel-withtrashed
1875 Downloads
Trait for set magic method withTrashed for models with SoftDelete
tarre/laravel-scout-refresh
16792 Downloads
Flush and import all models with the "Searchable" trait
quantumtecnology/validate-trait
3004 Downloads
ValidateTrait for Laravel
pawelmysior/laravel-publishable
18308 Downloads
Toggle the published state of your Eloquent models easily
padosoft/laravel-validable
8636 Downloads
Trait to activate validation when saving Eloquent Model