6

I want to build online store with Laravel 5. The framework is new to me.

So the question is Which is the best shopping cart for Laravel 5?

Johnny Bones
  • 8,786
  • 7
  • 52
  • 117
yanko-belov
  • 503
  • 2
  • 6
  • 15
  • 2
    https://github.com/Crinsane/LaravelShoppingcart served me well – pinkal vansia Jul 17 '15 at 07:18
  • of course it is opinion-based. That is the goal of the question: every one who uses some cart with Laravel to say his opinion to for it. – yanko-belov Jul 22 '15 at 08:07
  • I have one,you can try this https://github.com/kingpabel/LaravelShoppingcart – Imtiaz Pabel May 08 '16 at 21:09
  • I am working on AvoRed E-commerce as well and recently it's getting more popular because its modular structure for having the component that you wanted it you can install it. https://github.com/avored/laravel-ecommerce – Purvesh Jul 07 '18 at 23:52

1 Answers1

14

We use this in some projects

https://github.com/Crinsane/LaravelShoppingcart

Easy and with great documentation

Javi
  • 506
  • 3
  • 15
  • 1
    I am developing an Laravel E commerce if anyone intersted to contribue or take a peek please checkout and give me some feedback.. https://github.com/mage2/laravel-ecommerce – Purvesh Sep 07 '17 at 22:18
  • There are a couple of open sources laravel projects. Recently Bagisto caught our eys due to multi warehouse inventory, GraphQL, PWA support - https://bagisto.com/ – webkul Dec 20 '18 at 12:14