mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
490 B
490 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Add a recursive() macro to convert an array including its children to Collections | 1459206744467410946 | weekly-thread-2021-45 | alexjgarrett |
|
2021-11-12T17:09:33+00:00 | 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.