Libraries tagged by eloquet
goldspecdigital/laravel-eloquent-uuid
1186441 Downloads
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
cyrildewit/eloquent-viewable
938589 Downloads
Laravel package that allows you to associate views with Eloquent models
cviebrock/eloquent-taggable
626325 Downloads
Easy ability to tag your Eloquent models in Laravel.
asantibanez/laravel-eloquent-state-machines
454557 Downloads
State machines for your Laravel Eloquent models
yadakhov/insert-on-duplicate-key
2759417 Downloads
A trait for MySQL INSERT ON DUPLICATE KEY UPDATE.
wildside/userstamps
1302697 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
1565639 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
shiftonelabs/laravel-cascade-deletes
430986 Downloads
Adds application level cascading deletes to Eloquent Models.
rutorika/sortable
830812 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
reedware/laravel-relation-joins
855837 Downloads
Adds the ability to join on a relationship by name.
plank/laravel-mediable
1271455 Downloads
A package for easily uploading and attaching media files to models with Laravel
pdphilip/elasticsearch
109933 Downloads
An Elasticsearch implementation of Laravel's Eloquent ORM
outl1ne/nova-sortable
1267751 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
optimistdigital/nova-sortable
1875105 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
nanigans/single-table-inheritance
2040777 Downloads
Single Table Inheritance Trait