https://github.com/snipcart/snipcart-laravel
Let’s build e-commerce with Laravel. This tutorial will teach you how to build a Laravel website and integrate a custom shopping cart.
https://github.com/snipcart/snipcart-laravel
ecommerce laravel snipcart tutorial
Last synced: about 2 months ago
JSON representation
Let’s build e-commerce with Laravel. This tutorial will teach you how to build a Laravel website and integrate a custom shopping cart.
- Host: GitHub
- URL: https://github.com/snipcart/snipcart-laravel
- Owner: snipcart
- Created: 2019-12-06T20:58:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T19:33:35.000Z (over 4 years ago)
- Last Synced: 2025-03-28T10:50:22.139Z (2 months ago)
- Topics: ecommerce, laravel, snipcart, tutorial
- Language: PHP
- Homepage: https://snipcart.com/blog/laravel-ecommerce-website-tutorial
- Size: 3.44 MB
- Stars: 21
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Craft a Custom E-Commerce Website with Laravel [Tutorial & Live Demo]

What does Laravel have to offer when it comes to e-commerce? In this tutorial, we show how to build a Laravel website and integrate a custom shopping cart (Snipcart).
I’m ready getting my hands dirty and really going under the hood of that powerful framework.
Tutorial steps:
- Building a basic controller and model to expose a list of products in an API.
- Crafting advanced controller and models to serve a custom product builder’s API.
- Wiring Snipcart & Vue.js to consume the API in the frontend.> Read the full tutorial [here](https://snipcart.com/blog/laravel-ecommerce-website-tutorial)
> View the live demo [here](https://snipcart-laravel.herokuapp.com/#/)
Enjoy, folks!