Libraries tagged by laravel eloquent join
ahfa92/laravel-relation-joins
4 Downloads
Adds the ability to join on a relationship by name.
publica/relaquent
2 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
cortex/testimonials
470 Downloads
Cortex Testimonials is a frontend layer for managing testimonials. Customers can give you testimonials, and you can approve or disapprove each individually. Testimonials are good for showing the passion and love your service gets from customers, encouraging others to join the hype!
johnnyfreeman/laravel-custom-relation
23924 Downloads
A custom relation for when stock relations aren't enough.
jonnypickett/eloquent-sti
720 Downloads
Single Table Inheritance for Eloquent ORM
jonob/radiant
769 Downloads
Adds extra functionality to Laravel 4's Eloquent ORM
johnwhitley/seperate-eloquent-concerns
8 Downloads
Laravel eloquent has a lot in the model class, this package helps with separating the concerns away from just the model
joniand/eloquent-viewable
2 Downloads
Laravel package that allows you to associate views with Eloquent models
jonnx/laravel-encryptable
8 Downloads
easily encrypt attributes of eloquent models
joonlabs/package-leuchtturm
641 Downloads
This package provides automatic creation of GraphQL types and fields from Eloquent Models.
poing/earmark
10086 Downloads
Laravel package to generate values in a unique and customizable series.
socialblue/laravel-query-adviser
3186 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.
jangaraev/eloquent-model-advisory-lock
104 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
joydeep-bhowmik/laravel-point-vault
1 Downloads
A Laravel point management system to manage point transactions within Eloquent models
pointybeard/laravel-filterable-model
2032 Downloads
Add filtering via http request query params to eloquent models