Libraries tagged by elequent
msafadi/laravel-eloquent-join-with
5901 Downloads
Laravel Eloquent Join With Relationships
livecontrol/eloquent-datatable
272492 Downloads
Eloquent DataTable plugin for server side ajax call handling.
laravellegends/eloquent-filter
15670 Downloads
A simple Eloquent filter to make easy API filtering
gzero/eloquent-tree
55657 Downloads
Eloquent Tree is a tree model for Laravel Eloquent ORM.
gurgentil/laravel-eloquent-sequencer
41727 Downloads
A package that allows you to create and manage sequences on Eloquent models
guidocella/eloquent-populator
59239 Downloads
Guess attributes for Eloquent model factories
flyhjaelp/laravel-eloquent-orderable
3872 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
63242 Downloads
Trait for Eloquent models to force type-casting on retrieved values
chrisdicarlo/eloquent-human-timestamps
4966 Downloads
awobaz/eloquent-mutators
21572 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
as247/wp-eloquent
21376 Downloads
Eloquent ORM for wordpress.
protonemedia/laravel-eloquent-where-not
38608 Downloads
Laravel package to invert Eloquent scopes.
mpyw/eloquent-has-by-join
127470 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
jamesmills/eloquent-uuid
43475 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models
coenjacobs/eloquent-composite-primary-keys
85249 Downloads
Offers composite primary keys on Eloquent models