Libraries tagged by eloquent model
traknpay/laravel-eloquent-approval
420 Downloads
Approval Package For Laravel Eloquent Model
tomatophp/tomato-model-generator
2142 Downloads
Eloquent Model Generator
tmsllc/laravel-model-test
1163 Downloads
A package to create CRUD feature tests to eloquent models
tmsllc/laravel-model-note
1166 Downloads
A package to enable assigning notes to Eloquent Models
thescopogroup/eloquent-meta
8889 Downloads
Attach meta data to Eloquent models
testmonitor/eloquent-searchable
331 Downloads
A Laravel package that adds search functionality to Eloquent models, allowing for various search techniques such as exact and partial matches.
testmonitor/eloquent-calculated-columns
316 Downloads
A Laravel package for adding calculated columns to Eloquent models using SQL for more performant queries.
roddy/firestore-eloquent
169 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.
rkooistra/super-eloquent-repository
2163 Downloads
A concrete repository for Eloquent models to allow quick implementation of common functionalities, such as CRUD and search methods. Save yourself the boring stuff.
repat/laravel-migration-model
3426 Downloads
Eloquent Model for the migrations table
repat/laravel-database-session-model
11111 Downloads
Eloquent Model for the sessions table as created by artisan session:table
rennokki/eloquent-settings
4167 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.
railken/eloquent-relativity
936 Downloads
A way to truely decouple eloquent models.
postare/filament-model-ai
610 Downloads
Integrate artificial intelligence into FilamentPHP, leveraging your Eloquent Model data as knowledge.
pion/laravel-support-eloquent
4890 Downloads
Package with small support traits and classes for the Laravel Eloquent models