Libraries tagged by eloqua
cviebrock/eloquent-taggable
572792 Downloads
Easy ability to tag your Eloquent models in Laravel 5.
asantibanez/laravel-eloquent-state-machines
370892 Downloads
State machines for your Laravel Eloquent models
yadakhov/insert-on-duplicate-key
2594426 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1099843 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
usmanhalalit/laracsv
1420296 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
spiritix/lada-cache
373533 Downloads
A Redis based, automated and scalable database caching layer for Laravel
rtconner/laravel-tagging
2351911 Downloads
Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.
reedware/laravel-relation-joins
653663 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1117963 Downloads
A package for easily uploading and attaching media files to models with Laravel
outl1ne/nova-sortable
944567 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1738695 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
1738796 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
196098 Downloads
This light package, with no dependencies, gives Eloquent models the ability to manage friendships (with groups). And interactions such as: Likes, favorites, votes, subscribe, follow, ..etc. And it includes advanced rating system.
michaelachrisco/readonly
1422622 Downloads
Readonly Models for Laravel 5+
kodeine/laravel-meta
493450 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.