mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
11 lines
No EOL
416 B
Markdown
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. |