Libraries tagged by eloquent-models
guidocella/eloquent-populator
57723 Downloads
Guess attributes for Eloquent model factories
friendsofcat/laravel-couchbase
30210 Downloads
A Couchbase based Eloquent model and Query builder for Laravel
flyhjaelp/laravel-eloquent-orderable
2947 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
dniccum/nova-webhooks
5204 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
dive-be/eloquent-super
8391 Downloads
Lightweight MTI (Multi-Table Inheritance) support for Eloquent models
designmynight/laravel-elasticsearch
30174 Downloads
Use Elasticsearch as a database in Laravel to retrieve Eloquent models and perform aggregations.
czim/laravel-nestedupdater
48227 Downloads
Eloquent model updater for nested relations data for Laravel.
cybercog/laravel-ownership
21336 Downloads
Laravel Ownership simplify management of Eloquent model's owner.
cviebrock/eloquent-typecast
60735 Downloads
Trait for Eloquent models to force type-casting on retrieved values
coliving/laravel-duplicate
45031 Downloads
Duplicate any Eloquent model along with its underlying relationships
brackets/translatable
223524 Downloads
Make your Eloquent models and other content translated into multiple languages
brackets/media
219566 Downloads
Associate files with Eloquent models
brackets/admin-listing
222665 Downloads
Query-building helper for listing of Eloquent models
baril/orderly
35249 Downloads
Orderable/sortable behavior for Eloquent models.
axn/laravel-models-generator
12994 Downloads
Eloquent model generation from the database.