Laravel has a function called array_get() which would allow you to fetch the data like this: $grandchild = array_get( $data, 'parent.child.grandchild' );.
確定! 回上一頁