issam90's avatar

E-commerce with Laravel

Hi guys I am going to build an online store using Laravel. My question is, is it recommended to use a e-commerce platform with Laravel or build it from scratch without using any platform?

Thnks :)

0 likes
2 replies
jlrdw's avatar

Two possibilities:

Find one on github that's well maintained:

Or

If you do your own, still download and view the code from the one on github to get ideas of how things were done.

Shopping carts can be tricky.

Edit: A lot depends on your current skills in laravel, js, etc. Also from just a quick search on github:

https://github.com/search?q=laravel+shopping+cart

Find one recently updated, that shows it's maintained. Look at the number of contributors as well, things like that.

bugsysha's avatar

For me it is always harder to go with some already built package. There is always something that is totally different from what I need. So I always go with my own solution that can be inspired by existing one on GitHub.

1 like

Please or to participate in this conversation.