I am following this documentation
to implement export to Excel in my laravel 4 project.
So am trying to generate excel file from array like this:
Try this simple in one line of code:-
$data= json_decode( json_encode($data), true);
Hope it helps :)