Libraries tagged by eloquent model
cviebrock/eloquent-taggable
612607 Downloads
Easy ability to tag your Eloquent models in Laravel.
asantibanez/laravel-eloquent-state-machines
431422 Downloads
State machines for your Laravel Eloquent models
jenssegers/model
3519816 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
dyrynda/laravel-model-uuid
2127963 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
usmanhalalit/laracsv
1525823 Downloads
A Laravel package to easily generate CSV files from Eloquent model.
rutorika/sortable
801950 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
multicaret/laravel-acquaintances
213134 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.
kodeine/laravel-meta
571608 Downloads
Fluent Meta Data for Eloquent Models, as if it is a property on your model.
elasticquent/elasticquent
888791 Downloads
Maps Laravel Eloquent models to Elasticsearch types.
cybercog/laravel-love
246274 Downloads
Make Laravel Eloquent models reactable with any type of emotions in a minutes!
cybercog/laravel-ban
527525 Downloads
Laravel Ban simplify blocking and banning Eloquent models.
baum/baum
1484452 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
laravelbook/ardent
1442520 Downloads
Self-validating smart models for Laravel 5's Eloquent ORM
wildside/userstamps
1241163 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.
plank/laravel-mediable
1223164 Downloads
A package for easily uploading and attaching media files to models with Laravel