Libraries tagged by Laravel Eloquent
ronan-gloo/laravel-eloquent-observer
8 Downloads
Dispatch Eloquent’s models events to the model’s instance, and / or a specific class
rogervila/laravel-autocache
44 Downloads
Automatic Laravel Eloquent Models Cache
rhincodon/laravel-eloquent-spreadsheets
87 Downloads
Sync Eloquent models with google spreadsheets
renoki-co/laravel-ec2-metadata
3 Downloads
Retrieve the EC2 Metadata using Laravel's eloquent syntax.
recca0120/eloquent-logrotate
8 Downloads
laravel eloquent auto create table by daily or weekly or monthly or yearly
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
racashmoney/laravel-blockable
25 Downloads
Trait for Laravel Eloquent models to allow easy implementation of a 'block' or 'ignore' feature.
ra3oul/eloquent-abstract-repository
174 Downloads
laravel eloquent abstract repository to implement repository pattern in easy way
qwildz/localized-eloquent-date
14426 Downloads
Multi-language support for Laravel Eloquent's dates
ponich/eloquent-traits
85 Downloads
Traits for laravel eloquent models
pomirleanu/eloquent-elastic
156 Downloads
Provides Elasticsearch indexing and managing functionality for Laravel Eloquent Models.
pharaonic/laravel-sluggable
692 Downloads
Simplest Sluggable for Laravel Eloquent/Model
pascalvgemert/laravel-simple-search
128 Downloads
Simplistic search Trait for Laravel eloquent models which can handle relevance score sorting.
palmosolutions/eloquent-eager-limit
28 Downloads
Laravel Eloquent eager loading with limit
nvmcommunity/laravel-eloquent-api
699 Downloads
Easily build Eloquent queries from API requests using Alchemist Restful API.