JackieDo / Laravel-Cart

A package used to create and manage carts (such as shopping, recently viewed, compared items...) in Laravel application.
https://jackiedo.github.io/Laravel-Cart
MIT License
152 stars 19 forks source link

Serialize unserialize #34

Open ghost opened 2 years ago

ghost commented 2 years ago

Helo, Is is possible to serialize/unserialize cart from database ??

I have in my app function to write to db $this->cart->getDetails()->toArray(), but don't know how to restore this ?

AbdulrhmanBazrto commented 1 year ago

@robert-hs any solution for this?

qodictive commented 1 year ago

Did any one find a solution this this ?