Skip to content

Conversation

@litvinchuk
Copy link
Contributor

In the current implementation #53655 Automatic Relation Loading we can only use withRelationshipAutoloading only on collections.

Sometimes we need to enable automatic relation loading for single model

# before $post->tags->withRelationshipAutoloading(); $post->authors->withRelationshipAutoloading(); # after $post->withRelationshipAutoloading();
@taylorotwell taylorotwell merged commit 58862a8 into laravel:12.x Apr 9, 2025
5 checks passed
@decadence
Copy link
Contributor

Thanks!

@AhmedAlaa4611
Copy link
Contributor

Can we make Model::automaticallyEagerLoadRelationships(); the default behavior of the framework?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants