Libraries tagged by jeloquent
socialblue/laravel-query-adviser
3868 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
4690 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
kirschbaum-development/eloquent-power-joins
35917951 Downloads
The Laravel magic applied to joins.
owen-it/laravel-auditing
38305066 Downloads
Audit changes of your Eloquent models in Laravel
spatie/laravel-query-builder
32176249 Downloads
Easily build Eloquent queries from API requests
spatie/laravel-medialibrary
45486337 Downloads
Associate files with Eloquent models
laravel/scout
57283884 Downloads
Laravel Scout provides a driver based solution to searching your Eloquent models.
staudenmeir/eloquent-has-many-deep
15639965 Downloads
Laravel Eloquent HasManyThrough relationships with unlimited levels
spatie/eloquent-sortable
26824659 Downloads
Sortable behaviour for eloquent models
cviebrock/eloquent-sluggable
14565562 Downloads
Easy creation of slugs for your Eloquent models in Laravel
venturecraft/revisionable
7129792 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
staudenmeir/belongs-to-through
10906128 Downloads
Laravel Eloquent BelongsToThrough relationships
spatie/laravel-translatable
27665685 Downloads
A trait to make an Eloquent model hold translations
spatie/laravel-sluggable
13442114 Downloads
Generate slugs when saving Eloquent models