Libraries tagged by eloquent aes
kjmtrue/laravel-cacheable
1088 Downloads
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
juniora/laravel-querymonitor
7 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
jrsaunders/shard-matrix
1483 Downloads
A Complete Database Sharding system for MYSQL and/or Postgres. Using Laravels Query Builder easily scale up your application. Configure your whole solution in one Yaml Config file.
jenssegers/mongodb-lite
1032 Downloads
A lightweight MongoDB database library and model for Laravel 4
jacopo/laravel-single-table-inheritance
648 Downloads
A package that contains a model for single table inheritance with eloquent(laravel orm)
italofantone/commentable
82 Downloads
Is a PHP library designed to simplify and automate the creation of comments based on Laravel.
inani/lazy-belongs-to-many
31 Downloads
A lightweight implementation of Laravel's BelongsToMany relationship
illuminatech/model-rules
15 Downloads
Set of the validation rules to check if a model exists or is unique for Laravel
hnhdigital-os/laravel-model-traits
114 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
hashemi/fireworks
72 Downloads
A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.
hardevine/laravel-auto-presenter
51 Downloads
A system for auto-decorating models with presenter objects.
folklore/pages
966 Downloads
Laravel 4 and 5 package to deal with Pages and Blocks in a content management system (CMS)
exeko/laravel-simple-query-filter
6925 Downloads
A simple Trait to include in your models to enable filters
dmitrychurkin/nova-sortable
6 Downloads
This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag & drop.
djl997/laravel-search-query-builder
317 Downloads
A `Illuminate\Database\Query\Builder` macro to easily search on multiple database columns.