You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm simply trying to get an entry with all it's nested links and assets, so that I can produce my page.
After reading #291 I am now looping through the entry and using $entry->all() which is returning 1 level of nested items. But how can I get all levels?
This seems like a really core part of having this library be useful - is there a work around?