If you are looking for packages, you may check these-
E-commerce in laravel
I want to add e-commerce system in our laravel project, please guide me. Thanks in advance..
What I can suggest you, just take a html template that you have liked. Then implement it on any open source laravel package.
I was reviewing this in depth awhile back and found a few great courses on YouTube:
Course 1 Playlist:
- Videos: Laravel E-Commerce
- GitHub: laravel-ecommerce-example
Course 2 Playlist:
- Videos: Ecommerce Website in Laravel
- GitHub: ecom
- GitHub: ecom-template
Course 3 Playlist:
- Videos: Build a Shopping Cart with PHP
Note that none of these video courses cover one of the most important parts which is shipping. Though you can use this 3rd party service to help with that:
If your only selling a couple products, you could do it all through Stripe. Here are the docs for creating products and flat-rate shipping:
By far the easiest way to go would be Shopify. For small sites, sign up for the $9 a month Shopify Lite Plan and use the Buy button to place products on your website.
- Customize the button with BuyButton.js
- Shopify JavaScript Buy SDK
If you need the Basic Shopify plan there is a couple laravel wrappers available:
Hope this helps you. Please let us know what you decide to go with.
Please or to participate in this conversation.