mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
11 lines
No EOL
490 B
Markdown
11 lines
No EOL
490 B
Markdown
---
|
|
title: 'Add a recursive() macro to convert an array including its children to Collections'
|
|
tweet_id: '1459206744467410946'
|
|
thread_slug: weekly-thread-2021-45
|
|
author_username: alexjgarrett
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FD8ObI6XsAQMldB.jpg'
|
|
created_at: 2021-11-12T17:09:33+00:00
|
|
slug: add-a-recursive-macro-to-convert-an-array-including-its-children-to-collections
|
|
---
|
|
A handy @laravelphp Collection macro to convert an array and its children to Collections, using recursion. |