Skip to content

Instantly share code, notes, and snippets.

@meorajrul
meorajrul / macro.md
Created May 18, 2018 07:48 — forked from brunogaspar/macro.md
Recursive Laravel Collection Macros

What?

If a nested array is passed into a Laravel Collection, by default these will be threaded as normal arrays.

However, that's not always the ideal case and it would be nice if we could have nested collections in a cleaner way.

This is where this macro comes in handy.

Setup

@meorajrul
meorajrul / install_oci8_ubuntu_16.04_php7.1.md
Created April 4, 2018 23:07 — forked from hewerthomn/install_oci8_ubuntu_16.04_php7.1.md
How to install OCI8 on Ubuntu 16.04 and PHP 7.1