Academind Logo
Laravel 5.2 PHP - Build a Shopping Cart

Laravel 5.2 PHP - Build a Shopping Cart

Let's use Laravel to create our own Shopping Cart in this Series!

Created by Maximilian Schwarzmüller
#

Free YouTube Series

Let's use Laravel to create our own Shopping Cart in this Series!

  1. Project Overview

  2. Intro & Setup

  3. Product Index View

  4. Data Migrations & Seeding

  5. Outputting Product Data

  6. User Sign Up

  7. User Sign In

  8. Middleware & Route Protection

  9. Cart Model & Session Storage

  10. Cart Views

  11. Stripe Payments View

  12. Stripe Credit Card Verification

  13. Stripe Charging a Credit Card

  14. Storing Orders in the Database

  15. Forcing User Login

  16. Displaying Orders in the User Profile

  17. Finishing Touches