staudenmeir / eloquent-has-many-deep

Laravel Eloquent HasManyThrough relationships with unlimited levels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push to laravel / framework?

sidewaysglance opened this issue · comments

This package is so useful, thank you!

It is performant as it makes proper use of the database, and is much more versatile than standard eloquent relations.

Why not push to https://github.com/laravel/framework?

Thanks @sidewaysglance. With all the additional functionality, the package's code and documentation have grown quite a bit over time and so I think it's better to keep it as a separate package.

Oh, damn!
I use the Query Log all the time to look for errors, this time (I don't know why), I didn't.
In fact, an SQL error did not occur but the query sequence was wrong and a constraint I had imposed on the relations prevented the update.
Thanks so much for the help!

@robman70 Wrong ticket ;-)

Oops... sorry! I was reading this ticket and replied to this one instead of the one I opened

I second this (and the same request for belongs-to-through package). I think every Laravel user would be happy to have those in core.

Anyway great work @staudenmeir. Thanks for creating and maintaining these packages!