What's Changed
Features & Fixes
- Support Laravel 13 by plugin v3 by @alies-dev in #871
- Better Eloquent Relationship type inferring:
- Provide template type info for Relation methods by @alies-dev in #860
- Capture
using/aschain mutations onbelongsToMany/morphToManyby @alies-dev in #868
- Config options: Allow custom config directories for
NoEnvOutsideConfigby @alies-dev in #859 - Suppress
PossiblyUnusedMethod:- Suppress
PossiblyUnusedMethodreports forFormRequesthooks by @andrew-demb in #863 - Expand
PossiblyUnusedMethodsuppression to common Laravel hook methods:Command,Migration,Seeder,Mailable,Notification,ServiceProviderby @alies-dev in #866
- Suppress
Internal changes
- CI:
- chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #862
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #861
New Contributors
- @andrew-demb made their first contribution in #863
Full Changelog: v3.9.1...v3.9.2