Laravel Database/Eloquent/Models

This list will help you find the best Laravel database/eloquent/model.

Reliese Laravel Model Generator provides some convenient code-generation capabilities for Laravel models and corresponding database tables. [04/14/2021]
Attribute Events
Attribute Events
Fire events on attribute changes of your Eloquent model. [07/09/2020]
QueryBuilderParser
QueryBuilderParser
A Laravel package that builds SQL queries based on input from a jQuery QueryBuilder.
Unique With Validator
Unique With Validator
Provides support for composite unique indexes, such as combination of first and last name.
Single-Table Inheritance
Single-Table Inheritance
Adds a trait to Eloquent models to allow multiple models to be stored in the same database table. [07/12/2015]
Searchable
Searchable
a trait for Laravel 4.2+ and Laravel 5.0 that adds a simple search function to Eloquent Models to prioritize fields for searching. [12/04/2016]
Rinvex Repository
Rinvex Repository
Comprehensive and well-documented repository package (specifically Active Repository pattern) for abstracting storage/persistence. [08/31/2016]
Query Dumper
Query Dumper
Output query SQL and results to your view page for debugging. [09/18/2017]
PHP Eloquent Repository
PHP Eloquent Repository
Repository package for Eloquent for use with Eloquent or plain PHP. [02/15/2016]
ODBC Driver
ODBC Driver
Laravel 5.x package which provides support for using any database via ODBC. [07/20/2015]
MySQL Workbench Export Laravel 5 Migrations Plugin
MySQL Workbench Export Laravel 5 Migrations Plugin
Plugin for MySQL Workbench to export data models to Laravel 5 migrations. [09/24/2016]
MySQL To Laravel
MySQL To Laravel
Script to generate Laravel migrations from an existing MySQL database. [02/20/2016]
LODM
LODM
ODM package for Laravel with native support for MongoDB that supports inheritance, composition, and aggregation, as well as hierarchical data. [10/12/2015]
Laravel Value Objects
Laravel Value Objects
Cast Eloquent model attributes to value objects with ease. [12/07/2015]
Laravel Searchy
Laravel Searchy
Easy-to-use database searching package for Laravel 4 with support for fuzzy searching and sensitivity configuration. [04/30/2015]
Laravel References
Laravel References
Provides a simple way to add unique references to models that can be resolved via route model binding without exposing primary keys. [10/09/2017]
Laravel 5 Model Factory Generator
Laravel 5 Model Factory Generator
Create a new model factory file using Artisan command. [03/27/2017]
Laravel 5 Repository
Laravel 5 Repository
Package for the implementing the repository design pattern to abstract database layer of your application. [08/16/2015]
Laravel Property Bag
Laravel Property Bag
Add settings or other properties to Laravel models simply and easily. [06/28/2018]
Laravel Normalizer
Laravel Normalizer
Simple package to allow model-independent normalization (i.e., capitalization, numeric formatting, etc.) of data before persisting. [07/28/2016]
Laravel Media Library
Laravel Media Library
Package for associating files (including those hosted on Amazon S3) with Eloquent model. [07/15/2015]
Laravel Firebird
Laravel Firebird
Firebird Illuminate package for Laravel 5. [04/27/2015]
Laravel Doctrine
Laravel Doctrine
A package that tightly integrates the Doctrine ORM with Laravel. [09/10/2015]
Laravel DataTables
Laravel DataTables
Laravel 4 server-side handler package for DataTables jQuery plug-in.
Laraformer
Laraformer
Laravel package to add a transformation layer to your Eloquent model. [03/05/2016]
Laradump
Laradump
A Laravel wrapper package for the MySQL mysqldump tool to allow exporting of your database and reloading via Laravel Artisan commands. [08/03/2016]
Laracadamy Generators
Laracadamy Generators
Extends Artisan generate command to automatically build model directly from database table. [09/02/2016]
Lada Cache
Lada Cache
A Redis based, automated and scalable database caching layer for Laravel 5.1+. [21/09/2016]
Glmdev/search
Glmdev/search
Adds relevance-based keyword search capability to any fields of Eloquent models. [07/26/2017]
Eloquent Preferences
Eloquent Preferences
Allows binding of multiple key-value pair preferences to your Eloquent models. [12/29/2015]
Eloquent Versioned
Eloquent Versioned
Adds transparent versioning to Eloquent models, which persists an entirely new row in database when updating a model instance. [06/08/2015]
Eloquent Populator
Eloquent Populator
Populate Laravel's Eloquent ORM's models by guessing the best Faker formatters for their attributes from their columns' names and types. [02/16/2017]
Eloquent MongoDB Repository
Eloquent MongoDB Repository
Implementation of repository design pattern for MongoDB using Eloquent. [03/09/2016]
Eloquent Filter
Eloquent Filter
Provides customized filtering capability for Eloquent models via a Filterable attribute. [03/05/2016]
Eloquent Encryption/Decryption For Laravel
Eloquent Encryption/Decryption For Laravel
Automatic encryption/decryption of model attributes when stored/retrieved. [08/17/2017]
Eloquence
Eloquence
Adds some very useful extensions to base Eloquent models, such as camel-case attributes, sluggable and UUID keys, etc. [04/22/2015]
Elasticquent
Elasticquent
Package for mapping Laravel Eloquent models to Elasticsearch types. [03/15/2017]
Datatable
Datatable
Alternate Laravel 4 package wrapper for Datatables.
Datagrid
Datagrid
Self-contained (no external dependencies) data grid package for Laravel 5 with support for filtering, sorting, and Bootstrap. [07/20/2015]
CSV Seeder
CSV Seeder
If you have your seed data for your database in a spreadsheet, use this package to load it directly from a CSV file. [05/11/2015]
CSV
CSV
Package that supports reading and writing CSV (or other token-delimited) files. [03/20/2017]
CRUDBooster
CRUDBooster
Customization of Laravel framework for auto-generation of CRUD (Create, Read, Update, Delete) methods for your model. [08/30/2016]
CRUD Generator
CRUD Generator
Simple Artisan command to generate CRUD commands for database interaction of your model in Laravel 5. [08/30/2015]
Computed Properties For Eloquent
Computed Properties For Eloquent
Improved accessors for Laravel 5.4+ models. [08/22/2017]
BelongsToThrough
BelongsToThrough
Adds trait to Eloquent models to support ''belongsToThrough'' relationship. [10/21/2015]
Apify
Apify
API generator for Laravel that allows JSON access to any model/table. [01/07/2017]
Analogue
Analogue
Intuitive, fluent data mapper ORM for Laravel and PHP. [07/15/2015]