staudenmeir / belongs-to-through

Laravel Eloquent BelongsToThrough relationships
MIT License
1.15k stars 88 forks source link

add laravel 11 support #96

Closed mokhosh closed 8 months ago

mokhosh commented 8 months ago

This helps https://github.com/filamentphp/filament/pull/10972

mokhosh commented 8 months ago

for other people who might try this, notice there is a branch called L11, which aims to fix this.

staudenmeir commented 8 months ago

Hi @mokhosh, Thanks for your PR. Yes, there is a version for Laravel 11. It's aliased as ^2.16, so Composer can get it like a "normal" version.