1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00
laravel-tips/content/tips/you-can-eager-load-nested-relations-using-clean-array-syntax.md
Samuel Štancl bcc973cc4b Week 26/2022
2022-07-02 17:24:23 +02:00

11 lines
No EOL
416 B
Markdown

---
title: 'You can eager load nested relations using clean array syntax'
tweet_id: '1542863727476690944'
thread_slug: weekly-thread-2022-26
author_username: ecrmnn
images:
- 'https://pbs.twimg.com/media/FWRcqFbUsAE7MW7.jpg'
created_at: 2022-07-01T13:32:32+00:00
slug: you-can-eager-load-nested-relations-using-clean-array-syntax
---
Yay! In Laravel 9.18 you can finally eager load ("with") using a nested array.