- Introduction
- Lecture1 Paypal
- Bootstrap
- Why Laravel
- Create our Application
- First Test Of Our Application in Browser
- Integrate Bottstrap in Application
- Create First Page
- Create First Controller
- Route Service Provider
- Place Logo Into Our Application
- Create First Migration Into Database
- Create users in Laravel 8
- Create Links
- Create Menu Page
- Create Contact Page
- Add Admin To Our Application
- Create Product Page in Admin
- Products Controller
- Integrate Image
- Add Products Route
- Add Product Details Function To Products Controller
- Design Product Details Page
- Laravel Shopping Cart Plugin Lavavel 8
- Integrate Shopping Cart Plugin
- Cart Controller
- Add Carts Route
- Continue Building Carts Controller
- Add Additional Carts Route
- Add new functions to Carts Controller
- Edit Carts Route
- Add Update Function To Carts Controller
- Add Authentication To Menu Page
- Create Checkout Controller
- Design Checkout Page
- Continue Design Checkout Page
- Add Validations To Checkout Controller
- Create Address Table
- Create Orders Table
- Add Checkout Routes
- Create Profile Controller
- Design Admin Page
- Create Update Password Page
- Continue Building ProfileController
- Add Image To Page
- Design Update Password Page
- Add Messages Into Address Page
- Create Categories Controller
- Design Category Page
- Continue Building Products Controller
- Design Shop Page
- Design Products Detail Page
- Design Orders Page
- Design Side Navigation in Admin
- Integrate PayPal into Ecommerce Application
- Add Carousel
- Setting Up Laravel Homestead with virtual and vagrant
- Create Laravel application via Homestead
- In Stock Availability Option
- Add In Stock Option For Products to Cart Update Function
- Embed In Stock Availability Code Products to Cart View
- Create WishList Model
- Create Function WishList
- Add WishList Form to product_details view
- Create Route WishList
- Create function view_wishlist
- Add wishlist link to menubar
- Style wishlist button
- Create remove wishlist route
- Create a function remove from wishlist
- Create Recommends table
- Create Model Recommends and display most popular products
- Product Index Function
- Product Edit Function
- Product Edit Form
- Create ImageEditForm
- Create ImageEditForm Function
- Create a route EditImage
- Create EditProImage Function
- Delete Category Form
- Create Destroy Category Function
- Product Delete Form
- Create Product Delete Function
- Lecture 82 Drop-Down Shopping Cart Items
- Create addProperty function
- Create addProperty Route
- Create submitProperty function
- Create products_properties model