In this 55 minute video, We’ll show you how to create a basic e-commerce site powered by a Vue SPA and Laravel API, which takes payments through Stripe thanks to the Laravel Cashier package.
- 0:00 Intro
- 0:46 Migrations and Data Structure
- 7:35 Database Seeding
- 15:45 Scaffolding the API
- 18:20 Building the Vue Frontend
- 38:00 Installing Stripe and Cashier
- 43:55 Processing a Payment
- 53:40 Conclusion
You’ll learn how to:
- Seed a database with fake products and categories
- Populate a Vue frontend application with products from our API
- Collect user location and credit card information
- Make charges to a customer’s payment method with Cashier
Source Code : https://github.com/aschmelyun/laravel-vue-stripe-cashier
Subscribe: https://www.youtube.com/channel/UCc07-IBVwRlOsMg2WMdd8Sg
#vue #laravel