Libraries tagged by eloquent aes
andrewlamers/eloquent-rest-bridge
249 Downloads
A connection driver for eloquent that forwards sql statements over HTTP and returns the data back into an eloquent model.
alexandy/laravel-eloquent-query-cache
110 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
xptela/eloquent-model-generator
6 Downloads
Eloquent Model Generator generates Eloquent models using database schema as a source.
thytanium/eloquent-positionable
17 Downloads
Use a position property to sort Eloquent models
snowrunescape/eloquent-softdeletes
11 Downloads
Eloquent extension for soft deletes using a status field
shamilchoudhury/eloquent-tags
23 Downloads
A tagging package for Laravel Eloquent models
marco/simple-eloquent
19 Downloads
This is a simplified version of the Eloquent ⚡️
fugazi-code/laravel-eloquent-filter
5 Downloads
A custom filter for your Eloquent Builder
esanj/remote-eloquent
1 Downloads
A Laravel package that extends Eloquent ORM to work with remote APIs (REST and gRPC)
elhareth/laravel-eloquent-metable
20 Downloads
A Laravel package to extend Eloquent models data
ac-developers/eloquent-search
15 Downloads
A simple search package for Eloquent.
webbingbrasil/eloquent-sti
1028 Downloads
Brings a Single Table Inheritance capabilities to Eloquent.
slimphp-api/slim-eloquent
73 Downloads
A module for slim-api for eloquent integration, using eloquent as the ORM
paulgoodfield/eloquent-base-repo
23 Downloads
A base repository pattern using the Eloquent ORM
michaeljennings/eloquent-paginator
162 Downloads
Adds a new paginate method to laravel eloquent that retains select statements