Skip to content

Instantly share code, notes, and snippets.

@damienwebdev
Created March 4, 2016 14:26
Show Gist options
  • Save damienwebdev/e0f0dfc6efc53516771f to your computer and use it in GitHub Desktop.
Save damienwebdev/e0f0dfc6efc53516771f to your computer and use it in GitHub Desktop.
[
'a.b.c'
'a.b.d',
'a.q.z',
]
To something like...
[
'a' => [
'b' => [
'c' => 'a.b.c',
'd' => 'a.b.d',
],
'q' => [
'z' => 'a.q.z',
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment