Libraries tagged by eloquent-models
socialblue/laravel-query-adviser
3186 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.
smirltech/laravel-media
1837 Downloads
Associate files to with eloquent models
sloth-dev-guy/searches
1146 Downloads
Perform searches with Eloquent models using an array-like API setup
simplesoftwareio/simple-cache
10269 Downloads
An easy to use caching trait for Laravel's Eloquent Models.
sheidin/fillable
2871 Downloads
Generate fillable attribute for eloquent models
sfolador/laravel-locked
198 Downloads
This package adds locking features to Eloquent Models
scrnhq/laravel-bakery
18226 Downloads
An on-the-fly GraphQL Schema generator from Eloquent models for Laravel.
sajtiii/laravel-lockable-attributes
55 Downloads
Lock your eloquent model attributes to prevent changes on them.
saad/image
4316 Downloads
This Package to deal with images crop, resize, write text, integrate with Eloquent Model to get and save inmages and creating thumbnails'
rsanchez/deep
2425 Downloads
A set of Eloquent models for ExpressionEngine Channel Entries.
royvoetman/laravel-repository-pattern
135 Downloads
Middleware for Eloquent Models
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.
rmasters/culpa
2142 Downloads
Adds Blameable support to Eloquent models in Laravel
rkooistra/super-eloquent-repository
2172 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.
reshadman/laravel-optimistic-locking
18209 Downloads
Adds optimistic locking feature to eloquent models.