Libraries tagged by jeloquent
mnabialek/laravel-eloquent-filter
14090 Downloads
Allows filtering Eloquent queries by input filters
livecontrol/eloquent-datatable
272779 Downloads
Eloquent DataTable plugin for server side ajax call handling.
laravellegends/eloquent-filter
16098 Downloads
A simple Eloquent filter to make easy API filtering
kitloong/eloquent-power-joins-with-compoships
14563 Downloads
The Laravel magic applied to joins, with compoships support
gzero/eloquent-tree
55849 Downloads
Eloquent Tree is a tree model for Laravel Eloquent ORM.
guidocella/eloquent-populator
59443 Downloads
Guess attributes for Eloquent model factories
flyhjaelp/laravel-eloquent-orderable
4076 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
cviebrock/eloquent-typecast
63903 Downloads
Trait for Eloquent models to force type-casting on retrieved values
codenco-dev/eloquent-model-tester
7196 Downloads
Test easier your Eloquent Models in your Laravel Project
chrisdicarlo/eloquent-human-timestamps
5109 Downloads
awobaz/eloquent-mutators
21667 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
as247/wp-eloquent
21653 Downloads
Eloquent ORM for wordpress.
adrolli/eloquent-mutators
6181 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
protonemedia/laravel-eloquent-where-not
39357 Downloads
Laravel package to invert Eloquent scopes.
mpyw/eloquent-has-by-join
128471 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.