Libraries tagged by eloquent model
aurorawebsoftware/arflow
2302 Downloads
ArFlow is a Laravel package that allows you to implement workflow management for your Laravel Eloquent models.
arcanedev/laravel-notes
47148 Downloads
Provides the ability to add notes to your Eloquent models in Laravel.
15web/filament-tree
2543 Downloads
Tree builder for Eloquent models
swisnl/json-api-client-laravel
74088 Downloads
A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.
laravolt/camunda
13847 Downloads
High level model, something like Eloquent, to interact with Camunda resources via REST API
user11001/eloquent-model-generator
63513 Downloads
Eloquent Model Generator
umutphp/laravel-model-recommendation
772 Downloads
A generic package to create recommendation for eloquent models
triun/laravel-model-base
8279 Downloads
Generate Eloquent Model Bases for Laravel
tenancy/affects-models
53469 Downloads
The tenancy/tenancy eloquent models mutations
supportpal/eloquent-model
5806 Downloads
An Laravel eloquent-like model class, for Laravel and other frameworks
stayallive/laravel-eloquent-uuid
19992 Downloads
Generate UUID for a Laravel Eloquent model attribute.
simpladevru/laravel-eloquent-join
16779 Downloads
This package introduces the join magic for eloquent models and relations.
sfneal/models
94407 Downloads
Eloquent Model wrapper with extended functionality
sassnowski/laravel-shareable-models
12558 Downloads
Create shareable links from your eloquent models.
roddy/firestore-eloquent
418 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.