wearepixel / laravel-cart

MIT License
3 stars 0 forks source link

Database support #15

Open joelwmale opened 2 weeks ago

joelwmale commented 2 weeks ago

Database support will be a common request due to how easy it is to handle abandoned carts if the entire cart is in the database.

Right now this is possible, but it requires implementing a lot of code.

Let's make it as easy as a config change, which then has a migration for the cart.