addressable
by rinvex
Rinvex Addressable is a polymorphic Laravel package, for addressbook management. You can add addresses to any eloquent model with ease.
attribute-purging
by larapack
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
attributes
by cortex
Cortex Attributes is a frontend layer for the robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
auditable
by alexvergara
Save model's data changes automatically to audit log - package for Laravel 4
befriended
by rennokki
Eloquent Befriended brings social media-like features like following, blocking and filtering content based on following or blocked models.
categories
by rinvex
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
categories
by cortex
Cortex Categories is a frontend layer for the polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
country-state-city
by grizzdev
Laravel 5 Models and database tables for Countries, States and Cities
cs-revisionable
by csinghdev
Keep a revision history with custom field for your models for use with Laravel
datatable-model
by imade
A dedicated class (model) to configure Chumper's Datatable package for Laravel (https://github.com/Chumper/Datatable) to keep your controllers as clean as possible.
elasticsearch
by basemkhirat
Laravel, Lumen and Native php elasticseach query builder to build complex queries using an elegant syntax
eloquent-filter
by mehdi-fathi
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
eloquent-incrementable
by bytestgear
Define a custom auto-increment field in your Eloquent model, that is determined through PHP rather than your database engine.
eloquent-model-generator
by user11001
Auto-generates all Eloquent models from the database in a Laravel 5 project.
eloquent-sequence
A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.
eloquent-single-table-inheritance
by torifat
Single Table Inheritance (STI) implemented as a Trait for Laravel Eloquent models
eloquent-viewable
by cyrildewit
Laravel package that allows you to associate views with Eloquent models
eloquental
by innoscience
A rather clever model for Laravel's Eloquent ORM with self-validation, ordering, and query control.