Libraries tagged by laravel trait
mmedia/laravel-collaborative-filtering
96 Downloads
Simple trait to add collaborative filtering to your models
meeshalk/laravel-ownable-new
46 Downloads
Simple trait to check ownership of models/objects
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
lucasdotvin/laravel-database-queries-counter
516 Downloads
This package provides a simple trait to check how many queries a test suite has performed.
kiften/laravel-translatable
719 Downloads
A trait to make an Eloquent model hold translations
kielabokkie/laravel-fancy-console
567 Downloads
A trait to give your console commands some extra fancy output
kadevland/simple-laravel-eloquent-uuid
130 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
21 Downloads
It is a package for url and slug storage management in each model that you can use in your Laravel projects.
iridiumintel/laravel-hashable-routes
12 Downloads
A Laravel package that provides short, secure, and per-model configurable hashed route keys instead of incremental IDs.
imcity-tech/laravel-uuid
1444 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
iatstuti/laravel-owns-models
1333 Downloads
A simple trait to use with models to check whether they own other models.
hnhdigital-os/laravel-console-self-update
170 Downloads
Provides a trait to use to self-update console binary.
haganjones/laravel-viewables
119 Downloads
Class based approach to handling views in Laravel.