Libraries tagged by laravel trait
robmellett/laravel-model-history
9 Downloads
A simple trait to add to your models so you can store CREATED and UPDATED differences
robbielove/laravel-support
546 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
omaralalwi/laravel-time-craft
60 Downloads
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
nemesis/laravel-filter-and-sorting
26066 Downloads
Filter And Sorting trait
moofik/laravel-resources-extensions
20 Downloads
This package provide new resource classes and helper traits which will extent standard abilities of Laravel resources
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
lucasdotvin/laravel-database-queries-counter
496 Downloads
This package provides a simple trait to check how many queries a test suite has performed.
kiften/laravel-translatable
627 Downloads
A trait to make an Eloquent model hold translations
kielabokkie/laravel-fancy-console
563 Downloads
A trait to give your console commands some extra fancy output
kadevland/simple-laravel-eloquent-uuid
129 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
joshoangtien/laravel-more-command
8 Downloads
Create a Repository and Service class and trait using Artisan CLI
jobmetric/laravel-url
9 Downloads
It is a package for url and slug storage management in each model that you can use in your Laravel projects.
indigoram89/laravel-translatable
47 Downloads
A trait to make an Eloquent model hold translations
imcity-tech/laravel-uuid
1417 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database