dimanche 4 octobre 2015

how to put and retrieve laravel collection object on Session

I know that we can insert array in Session as Session::push('person.name','torres') but how to keep laravel collection object such as $product = Product::all();,as like Session::put('product',$product);.Ho wto achieve this?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire