staudenmeir / eloquent-has-many-deep

Laravel Eloquent HasManyThrough relationships with unlimited levels
MIT License
2.67k stars 157 forks source link

Added types #159

Closed SuperDJ closed 1 year ago

SuperDJ commented 2 years ago

Added types where possible

staudenmeir commented 2 years ago

Thanks for your PR. I would like to have fully-typed methods, but the big issue is backwards compatibility:

racemshipper commented 2 years ago

Hey, I just want to say thank you to @staudenmeir and every contributor building this awesome package. You are life savers!

rats4final commented 1 year ago

Hello @staudenmeir Any reason this and other of your packages aren't in the main framework? Have you made a pull request? Or is it because backwards compatibility? Because this is one hell of a package and I think it's a crime that is not present in the main framework

staudenmeir commented 1 year ago

@rats4final Some of my packages started as rejected PRs and at some point I stopped trying and just created a package.

staudenmeir commented 1 year ago

@SuperDJ I'm closing this PR until I find a solution for the backwards compatibility issue.