Eugine P J
Eugine P J
IF you are using netBeans, 1. open the project. 2. Right click project name -> Composer -> Install(dev).
Did anyone get a solution?
I am facing the same issue. https://codepen.io/euginepj/pen/MWgmwBw. Anyone with any solutions?
@Sbukeyz, You need to use isset to check if item is present in array, before retrieve data. ``` if(isset($array($item))) { $data = $array[$item]; } ```