Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sanjayacloud's avatar

What is the best package for shopping cart?

Hello everyone, Can I know which package is best for building a shopping cart in laravel?

0 likes
10 replies
jlrdw's avatar

I'd go to Github and search for laravel shopping carts, and view some. But you want one well and recently maintained.

bestmomo's avatar

Don't know which is the best but I used this one in a recent project and it's clean and easy.

sanjayacloud's avatar

I will check this. If I need any clarification, can help me on this?

sanjayacloud's avatar

@bestmomo Can you teach me how to handle Add to cart button with this package? Need to increment with the click into cart icon in the menu bar? I don't have an idea. Can you teach me?

sanjayacloud's avatar

Can anyone tell me how to update the quantity in the https://github.com/darryldecode/laravelshoppingcart package? Because When I update the quantity, It's It adds to the current quantity. As an example, if I want to add a 1 quantity to the current item quantity. If my current item qty has 1 qty and this new value of 2, it should be 2 knows. But in this package, it adds to the current value. That's means, after the update it, its values become 3. Can anyone help me to do this

Please or to participate in this conversation.