eloquent-model-generator
by rjacobsen
Auto-generates all Eloquent models from the database in a Laravel 5 project.
eloquent-nested-attributes
by mits87
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.
eloquent-oauth2-models
by casserole
Eloquent database models for https://github.com/php-loep/oauth2-server OAuth 2 Server. This package does nothing (mostly) without the OAuth2 Server.
eloquent-repository
by giordanolima
Repository pattern for Eloquent ORM with a powerfull cache for database queries.
eloquent-searchable
by archy-bold
A service layer to provide support for search on your Eloquent models. WIP only with elasticsearch support currently.
eloquent-sequence
A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.
eloquent-serialized-lob
by ngmy
Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern
eloquent-single-table-inheritance
by torifat
Single Table Inheritance (STI) implemented as a Trait for Laravel Eloquent models
eloquent-tokenable
by nanokaweb
Allows using tokens (HashIDs) instead of id in Laravel Eloquent models.
eloquent-uuid
A simple package for using UUID's (UUID4) with Laravel's Eloquent.
eloquent-uuids
by gstjohn
Easily allow Laravel Eloquent models to utilize UUIDs as their primary key.
eloquent-viewable
by cyrildewit
Laravel package that allows you to associate views with Eloquent models