Libraries tagged by database model
devio/eavquent
10362 Downloads
EAV modeling package for Eloquent and Laravel.
brianfp/lumen-world
2183 Downloads
Provide countries, states, and cities models database.
henryavila/email-tracking
2080 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
always-open/laravel-graphql-schema-generator
2466 Downloads
Generate GraphQL schema from existing Laravel models/database
crocodicstudio/cbmodel
13451 Downloads
Boost your laravel database relation with model enhancement
mintbridge/eloquent-auditing
4096 Downloads
An eloquent package for recording model events to a database
tgozo/laravel-codegen
101 Downloads
A Laravel Code Generator to help you get started with a lot of staff including generating Migrations, Models, Controllers, Factories, Routes, Views, Database Seeders and Request Validation Rules.
froog/silvergraph
5726 Downloads
Generates data model visualisations from SilverSripe DataObjects, displaying database fields, relations and ancestry
socialblue/laravel-query-adviser
3216 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
roddy/firestore-eloquent
182 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding "Model"/"Class" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
jsefton/laravel-virtual-fields
721 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
ironbound/db
801 Downloads
Provides models and custom query objects for custom database tables in WordPress.
hi-folks/fusion
269 Downloads
Laravel package that enhances Eloquent models to facilitate the management of structured, database-free content through Markdown files with Frontmatter.
egyjs/dbml-to-laravel
29 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
bullhorn/fast-rest
7804 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.