Libraries tagged by elo
asantibanez/laravel-eloquent-state-machines
371723 Downloads
State machines for your Laravel Eloquent models
yadakhov/insert-on-duplicate-key
2596917 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1102135 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
1421601 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
spiritix/lada-cache
374168 Downloads
A Redis based, automated and scalable database caching layer for Laravel
reedware/laravel-relation-joins
655171 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1119654 Downloads
A package for easily uploading and attaching media files to models with Laravel
outl1ne/nova-sortable
947666 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1739894 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
1741090 Downloads
Single Table Inheritance Trait
multicaret/laravel-acquaintances
196373 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
1425071 Downloads
Readonly Models for Laravel 5+
kodeine/laravel-meta
494968 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
jenssegers/model
3205438 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
genealabs/laravel-pivot-events
3524984 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.