eloquent-models topic
laravel-nullable-fields
Handles saving empty fields as null for Eloquent models
laravel-lucene-search
Laravel 4.2, 5.* package for full-text search over Eloquent models based on ZF2 Lucene.
laravel-paperclip
Laravel file attachment solution for Eloquent
laravel-erd
Automatically generate ERD Diagrams from Model's relations in Laravel
laravel-transactional-model-events
Add eloquent model events fired after a transaction is committed or rolled back
enum-eloquent
Enum attribute casting for Eloquent models
laravel-nestedupdater
Package for allowing updating of nested Eloquent model relations using a single nested data array.
eloquent-publishing
Easily make your eloquent model publishable.
Laravel-Ecommerce-API
Lite E-Commerce API
eloquence
Eloquence provides a cache on top of Eloquent that prevents multiple models being created for a single database row using the Identity Map design pattern.