Introduction
  • 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
Install Homestead on Mac
  • Setting Up Laravel Homestead with virtual and vagrant
  • Create Laravel application via Homestead
In Stock Availability For Products Option
  • In Stock Availability Option
  • Add In Stock Option For Products to Cart Update Function
  • Embed In Stock Availability Code Products to Cart View
Add Products to Wishlist Option
  • 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
Most Popular Products
  • Create Recommends table
  • Create Model Recommends and display most popular products
Edit Product
  • Product Index Function
  • Product Edit Function
  • Product Edit Form
Edit Product Image
  • Create ImageEditForm
  • Create ImageEditForm Function
  • Create a route EditImage
  • Create EditProImage Function
Delete Category
  • Delete Category Form
  • Create Destroy Category Function
Delete Product
  • Product Delete Form
  • Create Product Delete Function
Drop-Down Shopping Cart Items in Navigation Bar
  • Lecture 82 Drop-Down Shopping Cart Items
Add Product Properties(size, color) to an existing product
  • Create addProperty function
  • Create addProperty Route
  • Create submitProperty function
  • Create products_properties model
Update Quantity with Ajax