Libraries tagged by eloqent
user11001/eloquent-model-generator
63524 Downloads
Eloquent Model Generator
supportpal/eloquent-model
6349 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
stayallive/laravel-eloquent-uuid
20731 Downloads
Generate UUID for a Laravel Eloquent model attribute.
staudenmeir/eloquent-param-limit-fix-x-laravel-adjacency-list
1307 Downloads
Merge of staudenmeir/eloquent-param-limit-fix and staudenmeir/laravel-adjacency-list
sdavis1902/eloquent-vars
9833 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
rstriquer/eloquent-logger
2480 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
roddy/firestore-eloquent
507 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.
prappo/wp-eloquent
840 Downloads
Eloquent ORM for wordpress.
pion/laravel-support-eloquent
6060 Downloads
Package with small support traits and classes for the Laravel Eloquent models
phoenix/eloquent-meta
46589 Downloads
Attach meta data to Eloquent models
ngmy/laravel-ide-helper-eloquent
6148 Downloads
Laravel IDE Helper Eloquent generates a stub file to enable autocompletion for QueryBuilder methods on models in IDEs/editors that do not support @mixin.
nfragkos/eloquenty
8543 Downloads
Statamic addon that allows you to store specific collection entries into the database via Eloquent.
mintbridge/eloquent-auditing
5865 Downloads
An eloquent package for recording model events to a database
microweber-deps/eloquent-serialize
12267 Downloads
Laravel Query Builder (Eloquent) serialization
maksimru/eloquent-subquery-magic
18545 Downloads
Eloquent extension providing ability to use a lot of subquery functions like fromSubquery or leftJoinSubquery