Skip to main content
🔮 Output PredictionLV Laravel Hard⚡+35 XP

Eager Loading

What problem does with() solve?

Laravel
$posts = Post::with("author")->get();

🔮 What is the output?