Home:ALL Converter>How to create nested array in laravel sessions?

How to create nested array in laravel sessions?

Ask Time:2016-10-20T00:17:33         Author:Quimmo

Json Formatter

I'm trying to set nested array in sessions using laravel methods.

So i need to get something like this

$_SESSION['order'][$productId] = array();

Is it possible to do with laravel built-in methods?

Author:Quimmo,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40136735/how-to-create-nested-array-in-laravel-sessions
yy