Libraries tagged by laravel traits
martinbean/laravel-sluggable-trait
48525 Downloads
A trait you can apply to Eloquent models to have slugs automatically generated on save.
dilovanmatini/laravel-enumable
1490 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.
turahe/laravel-likeable
532 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.
prevailexcel/laravel-action-service-trait
2050 Downloads
A simple Laravel package to create actions, traits and services using artisan commands
novius/laravel-publishable
7445 Downloads
A Laravel Eloquent model trait for publishable resource
jjclane/laravel-sqlite-migrations
15968 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
teners/laravel-extras
2435 Downloads
Extend laravel applications with more artisan commands, traits and useful helper classes
pion/laravel-support-eloquent
5943 Downloads
Package with small support traits and classes for the Laravel Eloquent models
yabhq/laravel-mint
24236 Downloads
A collection of traits, macros and other helpers to keep your Laravel app feeling fresh.
toneflix-code/laravel-fileable
4711 Downloads
Laravel Fileable exposes methods that make handling file upload with Laravel filesystem even easier, it also exposes a trait that automatically handles file uploads for you.
tkachikov/laravel-withtrashed
2346 Downloads
Trait for set magic method withTrashed for models with SoftDelete
tarre/laravel-scout-refresh
17461 Downloads
Flush and import all models with the "Searchable" trait
quantumtecnology/validate-trait
3845 Downloads
ValidateTrait for Laravel
pawelmysior/laravel-publishable
18437 Downloads
Toggle the published state of your Eloquent models easily
padosoft/laravel-validable
8976 Downloads
Trait to activate validation when saving Eloquent Model