Libraries tagged by jeloquent
socialblue/laravel-query-adviser
3266 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
bigsinoos/j-eloquent
4650 Downloads
Convert eloquent date attributes to jalali (Persian) dates on the fly. (supports model propery access, toJson, toString and toArray).
mbroersen/laravel-jeloquent-api
0 Downloads
Jeloquent API for laravel
spatie/laravel-medialibrary
26128707 Downloads
Associate files with Eloquent models
staudenmeir/eloquent-has-many-deep
8944529 Downloads
Laravel Eloquent HasManyThrough relationships with unlimited levels
spatie/eloquent-sortable
15819485 Downloads
Sortable behaviour for eloquent models
kirschbaum-development/eloquent-power-joins
11117925 Downloads
The Laravel magic applied to joins.
cviebrock/eloquent-sluggable
11283664 Downloads
Easy creation of slugs for your Eloquent models in Laravel
spatie/laravel-translatable
15855864 Downloads
A trait to make an Eloquent model hold translations
silber/bouncer
3497467 Downloads
Eloquent roles and abilities.
prettus/l5-repository
9052705 Downloads
Laravel 5|6|7|8|9|10|11|12 - Repositories to the database layer
owen-it/laravel-auditing
23301145 Downloads
Audit changes of your Eloquent models in Laravel
mongodb/laravel-mongodb
3042892 Downloads
A MongoDB based Eloquent model and Query builder for Laravel
jenssegers/mongodb
12002376 Downloads
A MongoDB based Eloquent model and Query builder for Laravel
spatie/laravel-query-builder
17278664 Downloads
Easily build Eloquent queries from API requests