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?
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?