laravel-eloquent-join icon indicating copy to clipboard operation
laravel-eloquent-join copied to clipboard

This package introduces the join magic for eloquent models and relations.

Results 15 laravel-eloquent-join issues
Sort by recently updated
recently updated
newest added

Have forked and updated to Laravel 9. Not many changes. However the tests will not complete and now seem to be outdated. Not sure if this package is still supported...

Hello! This package is awesome but I'm struggling to use it on large tables. Doing a `count()` before calling the `get()` on a QueryBuilder, will always return `1` instead of...

If you are interested in building a blockchain/E-currency website with me make commit to my Repository.

Currently, for any relation automatically apply group by for pk key `$this->groupBy($baseTable.'.'.$basePrimaryKey);` so counting not possible without hooks in this situation maybe add some flags for grouping on joins? currently...

https://github.com/fico7489/laravel-eloquent-join/pull/104 This PR changed how the correct method call is determined by checking if the method name is_callable() or not. However, in our testing with a BelongsTo relationship in Laravel...

"message": "Call to undefined method Fico7489\\Laravel\\EloquentJoin\\EloquentJoinBuilder::loadCount()",

Hi, i would like to use this great package, but it's missing all polymorphic relations such as morphOne, morphMany and morphedByMany

what if i need to order by Json column for example `Product::orderByJoin('relation.column->field','desc')` i am getting `Syntax error or access violation: 1064 You have an error in your SQL syntax`