Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Laravel 11: Build A Multi-Vendor Digital Marketplace (2025)

Posted By: ELK1nG
Laravel 11: Build A Multi-Vendor Digital Marketplace (2025)

Laravel 11: Build A Multi-Vendor Digital Marketplace (2025)
Published 2/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 63.80 GB | Duration: 100h 4m

Develop a Robust Multi-Vendor Digital Marketplace Platform Using Laravel From Setup to Deployment Step-by-step

What you'll learn

Complete Laravel Basic to Advanced

Multi Level Category Management

Order Management

Dynamic Role Permission Management

Payment Gateway Implementation (PayPal, Stripe, Razorpay)

Dynamic SMTP Configuration

KYC Verification Module

Multi File Uploads

Multi Authentication (Admin, User, Author, Product Reviewer)

Rating System

Cart and Ecommerce Features

Advance Admin Dashboard

User Dashboard

Author Dashboard

Withdraw System

Dynamic Page Builder

Dynamic Site Settings

Dynamic Newsletter

Mail Sending

Database Clear Module

Query Optimization

Best Practices

Full Source Code

Lecture-wise GitHub Commits

Lecture-wise GitHub Commits

And More

Requirements

You have to know basic PHP and OOP

Basic HTML, CSS, Bootstrap, jQuery

Local Server : XAMPP/WAMP/MAMP/Laragon

Text Editor/IDE: Notepad++ / Sublime Text / Visual Studio Code / PhpStrom

Description

Are you ready to master Laravel 11 and build a multi-vendor digital marketplace from scratch? This course is designed to take you from Laravel basics to advanced concepts, helping you create a powerful, real-world Laravel marketplace platform where multiple vendors can sell digital products like code scripts, videos, audio files, plugins, and more.Why Learn Laravel 11?Laravel is one of the most popular PHP frameworks, known for its scalability, security, and ease of use. With Laravel 11, you get the latest enhancements, improved performance, and powerful new features that make building marketplace applications more efficient than ever. This course will help you harness the full potential of Laravel to develop a feature-rich digital marketplace with best coding practices.What Will You Learn?This Laravel 11 course is a hands-on, project-based learning experience where you'll build a fully functional multi-vendor marketplace step by step. Here’s what you’ll learn: Master Laravel 11 from Basics to Advanced – Perfect for beginners and experienced developers Multi-Vendor System – Vendors can register, upload digital products & manage sales Dynamic Role & Permission Management – Secure user roles for Admin, Vendors, Authors & Reviewers Advanced Product Management – Multi-category support, file uploads & digital product delivery Payment Gateway Integration – Implement PayPal, Stripe, Razor pay & more with Laravel KYC Verification Module – Secure user verification for marketplace credibility Order & Withdrawal Management – Manage purchases, vendor payouts Rating & Review System – Customers can leave feedback on digital products Cart & Checkout System – Fully functional e-commerce features built with Laravel Dynamic Page Builder – Customize marketplace pages with an easy-to-use page builder Powerful Admin Dashboard – Control users, products, transactions & settings User & Vendor Dashboards – Track earnings, manage products & monitor performance SMTP Configuration & Newsletter System – Manage email marketing within Laravel Database Optimization & Best Practices – Improve Laravel performance & security Full Laravel Source Code & GitHub Commits – Get complete project files for referenceWhy Take This Laravel Course?Unlike other courses that only scratch the surface, this course dives deep into Laravel 11 development with a real-world multi-vendor marketplace project. You'll learn how to write clean, scalable Laravel code and apply best practices that are used by professional developers.By the end of this course, you’ll have a ready-to-deploy Laravel marketplace that you can customize, launch, and even monetize for your next big idea. Plus, this course gives you lifetime access to course materials and full source code, so you can revisit the concepts anytime.Enroll now and start building your Laravel 11 Multi-Vendor Digital Marketplace today!

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: Laravel Fundamental

Lecture 2 Local Environment Setup

Lecture 3 VS Code Plugins Setup

Lecture 4 VS Code Path Configuration

Lecture 5 Let’s Install Our Very First Project

Lecture 6 Laravel File and Folder Structure

Lecture 7 Knowing MVC Architecture

Lecture 8 Laravel Artisan

Lecture 9 Laravel Artisan Tinker

Lecture 10 Basic Routing

Lecture 11 Route Parameters

Lecture 12 Named Routes

Lecture 13 Route Groups

Lecture 14 Route Methods

Lecture 15 Fallback Routes

Lecture 16 Introduction to Laravel Blade Views

Lecture 17 Create Views via CLI

Lecture 18 Blade Directives

Lecture 19 Passing Data to Blade

Lecture 20 Extending Blade

Lecture 21 Including Sub-views

Lecture 22 Conditional Rendering in Blade

Lecture 23 Stacks

Lecture 24 More Useful Blade Directives

Lecture 25 Introduction to Laravel Controllers

Lecture 26 Basic Controllers

Lecture 27 Single Action Controller

Lecture 28 Resource Controllers

Lecture 29 Setting up Laravel Database Connection

Lecture 30 Migrations

Lecture 31 Table Data Types

Lecture 32 Important Migration Commands

Lecture 33 5_Model

Lecture 34 Model with Custom Table Name

Lecture 35 Seeder

Lecture 36 Factories

Lecture 37 Adding New Columns to Existing Tables

Lecture 38 Introduction to Query Builder

Lecture 39 Creating New Data

Lecture 40 Retrieving Data From DB

Lecture 41 Updating Data

Lecture 42 Deleting Data

Lecture 43 Retrieving a List of Column Values

Lecture 44 Aggregates

Lecture 45 Introduction to Eloquent ORM

Lecture 46 Eloquent - Creating New Data

Lecture 47 Eloquent - Retrieving Data

Lecture 48 Eloquent - Updating Data

Lecture 49 Eloquent - Deleting Data

Lecture 50 Eloquent - Fillable and Mass Assignment

Lecture 51 7_Eloquent - Conditional Clause

Lecture 52 Eloquent - Query Scopes

Lecture 53 Eloquent - Soft Deleting

Lecture 54 Eloquent - Restore Trashed Data or Delete it

Lecture 55 Form Markup

Lecture 56 Form Submitting and CSRF

Lecture 57 Accessing Form Contents from Method

Lecture 58 Input Field Validation

Lecture 59 Custom Validation Message

Lecture 60 Custom Request Classes

Lecture 61 More Validation Rules

Lecture 62 Populating Form Data

Lecture 63 Saving Form Data

Lecture 64 Introduction to File Storage

Lecture 65 File Upload Form Markup

Lecture 66 Uploading File in Storage

Lecture 67 Storage Link

Lecture 68 Custom Storage Disk

Lecture 69 Change File Name Before Save

Lecture 70 Remove File From Storage

Lecture 71 File Validation

Lecture 72 HTTP Redirects

Lecture 73 CRUD - Template Overview

Lecture 74 CRUD - Template Mastering

Lecture 75 CRUD - Working with Create Feature

Lecture 76 CRUD - Submit Form and Validation

Lecture 77 CRUD - Store Submitted data

Lecture 78 CRUD - Handle File Submitting

Lecture 79 CRUD - Showing Created Data

Lecture 80 CRUD - Working with Update Feature (Part -1)

Lecture 81 CRUD - Working with Update Feature (Part -2)

Lecture 82 CRUD - Working with Show Feature

Lecture 83 CRUD - Working with Delete Feature

Lecture 84 CRUD - Working with Search Feature

Lecture 85 CRUD - Working with Order Feature

Lecture 86 CRUD - Soft Delete Feature (Part - 1)

Lecture 87 CRUD - Soft Delete Feature (Part - 2)

Lecture 88 Joins - Introduction

Lecture 89 Joins - Making Database Ready

Lecture 90 Joins - Inner Join

Lecture 91 Joins - Left Join

Lecture 92 Joins - Right Join

Lecture 93 Joins - Full Join

Lecture 94 Eloquent Relations - Introduction

Lecture 95 Eloquent Relations - One to One hasOne()

Lecture 96 Eloquent Relations - One to One belongsTo()

Lecture 97 Eloquent Relations - One to Many hasMany()

Lecture 98 Eloquent Relations - Many to Many belongsToMany()

Lecture 99 Eloquent Relations - hasMany Through

Lecture 100 Eloquent Relations -Polymorphic Relationships

Lecture 101 Middleware - Introduction Of Middleware

Lecture 102 Middleware - Let’s Create a Scenario Where We Ca

Lecture 103 Middleware - Create Middleware

Lecture 104 Middleware - Assigning Middleware to Route

Lecture 105 Middleware - Assigning Middleware to Route Group

Lecture 106 Middleware - Controller Middleware

Lecture 107 Middleware - Global Middleware

Lecture 108 Middleware - Middleware Groups

Lecture 109 Middleware - Middleware Alias

Lecture 110 Middleware - Middleware Parameters

Lecture 111 Authentication - Introduction

Lecture 112 Authentication - Install Breeze Starter Kit

Lecture 113 Authentication - Redirect User To Specific Page

Lecture 114 Authentication - Retrieving The Authenticated Us

Lecture 115 Authentication - Recreating Logout Feature

Lecture 116 Authentication - Protecting Routes

Lecture 117 Authentication - Verify Email

Lecture 118 Authorization - introduction

Lecture 119 Authorization - Gates

Lecture 120 Authorization - Policy

Lecture 121 Authorization - Verifying Authorization in Blade

Lecture 122 Responses - Redirect Responses

Lecture 123 Responses - Other Response Types

Lecture 124 Setup mail trap configuration

Lecture 125 Mail - Send a simple email with laravel

Lecture 126 Send Html View as Mail Body

Lecture 127 Mail - Attaching files to email

Lecture 128 Mail - Queue Mail

Lecture 129 Blade Components - Introduction to Blade Components

Lecture 130 Blade Components - Creating Blade Components

Lecture 131 Blade Components - Passing Data To Components (Part -1)

Lecture 132 Blade Components - Passing Data To Components (Part -2)

Lecture 133 Blade Components - Attributes

Lecture 134 Blade Components - Component Slots

Lecture 135 Session - Introduction of http session

Lecture 136 Session - Storing data at session

Lecture 137 Session - Retrieving data from session

Lecture 138 Session - Deleting data from session

Lecture 139 Caching Introduction

Lecture 140 Difference Between Session And Cache

Lecture 141 Storing Data In Cache

Lecture 142 Storing Data in Cache From Database and Retrieve

Lecture 143 Caching - Removing Data from Cache

Lecture 144 Queues Introduction

Lecture 145 Creating The First Job And Configuring Queues

Lecture 146 Job -Queueing an email

Section 3: Envionment Setup

Lecture 147 2_Setup Code Editor

Section 4: Project Road Map and Plannings

Lecture 148 1_Road Map - Project Plannings

Section 5: Project Install and Multi Auth Setup

Lecture 149 1_Project Install - Installing a Fresh Laravel Project

Lecture 150 2_Multi Auth - Plan discussion

Lecture 151 3_Multi Auth - Working with Admin Authentication System (Part -1)

Lecture 152 4_Multi Auth - Working with Admin Authentication System (Part -2)

Lecture 153 5_Multi Auth - Working with Admin Authentication System (Part -3)

Lecture 154 6_Multi Auth - Working with Admin Authentication System (Part -4)

Lecture 155 7_Multi Auth - Working with Admin Authentication System (Part -5)

Lecture 156 8_Multi Auth - Working with Admin Authentication System (Part -6)

Lecture 157 9_Multi Auth - Working with Admin Authentication System (Part -7)

Section 6: Admin Panel Setup and Mastering

Lecture 158 1_Admin Mastering - Template Overview

Lecture 159 2_Admin Mastering - Mastering Admin Login Template (Part -1)

Lecture 160 3_Admin Mastering - Mastering Admin Login Template (Part -2)

Lecture 161 4_Admin Mastering - Mastering Dashboard (Part -1)

Lecture 162 5_Admin Mastering - Mastering Dashboard (Part -2)

Lecture 163 6_Admin Mastering - Handling Logout

Section 7: Frontend Setup and Mastering

Lecture 164 1_Frontend Mastering - Template Overview

Lecture 165 2_Frontend Mastering - Home Template Mastering (Part -1)

Lecture 166 3_Frontend Mastering - Home Template Mastering (Part -2)

Lecture 167 4_Frontend Mastering - Login Page Mastering

Lecture 168 5_Frontend Mastering - Dashboard Page Mastering

Lecture 169 6_Frontend Mastering - Register Page Mastering

Lecture 170 7_Frontend Mastering - Reset Page Mastering

Lecture 171 8_Admin Mastering - Admin Reset Page Mastering

Lecture 172 9_Clear Resources - Delete Unused Files

Section 8: ER Diagram

Lecture 173 1_ER Diagram - Discussion About Product Diagram

Section 9: Profile Update Module

Lecture 174 1_Profile Update - Update Default User Table Columns

Lecture 175 2_Profile Update - Working With Profile Update (Part -1)

Lecture 176 3_Profile Update - Working With Profile Update (Part -2)

Lecture 177 4_Profile Update - Working With Profile Update (Part -3)

Lecture 178 5_Profile Update - Working With Profile Update (Part -4)

Lecture 179 6_Profile Update - Working With Profile Update (Part -5)

Lecture 180 7_Profile Update - Showing Notification

Lecture 181 8_Password Update - Working With Password Update

Lecture 182 9_Enhancements - Creating Input Components (Part -1)

Lecture 183 10_Enhancements - Creating Input Components (Part -2)

Lecture 184 11_Enhancements - Wrapping Static Texts With Localization Syntax

Lecture 185 12_Admin Profile Update - Working With Admin Profile Update (Part -1)

Lecture 186 13_Admin Profile Update - Working With Admin Profile Update (Part -2)

Lecture 187 14_Admin Profile Update - Working With Admin Profile Update (Part -3)

Lecture 188 15_Delete File - Delete Old Image on Update

Lecture 189 16_Admin Password Update - Working With Admin Password Update

Section 10: Role and Permission Module

Lecture 190 1_Role and Permission - Discussion About What We Will Do Next

Lecture 191 2_Role and Permission - Working With Role Permission (Part -1)

Lecture 192 3_Role and Permission - Working With Role Permission (Part -2)

Lecture 193 4_Role and Permission - Working With Role Permission (Part -3)

Lecture 194 5_Role and Permission - Working With Role Permission (Part -4)

Lecture 195 6_Role and Permission - Working With Role Permission (Part -5)

Lecture 196 7_Role and Permission - Working With Role Permission (Part -6)

Lecture 197 8_Role and Permission - Working With Role Permission (Part -7)

Lecture 198 9_Role and Permission - Working With Role Permission (Part -8)

Lecture 199 10_Role and Permission - Working With Role Permission (Part -9)

Lecture 200 11_Role and Permission - Finishing up

Lecture 201 12_Assign Role - Working With Role Assign Module (Part -1)

Lecture 202 13_Assign Role - Working With Role Assign Module (Part -2)

Lecture 203 14_Assign Role - Working With Role Assign Module (Part -3)

Lecture 204 15_Assign Role - Working With Role Assign Module (Part -4)

Lecture 205 16_Assign Role - Working With Role Assign Module (Part -5)

Lecture 206 17_Assign Role - Working With Role Assign Module (Part -6)

Lecture 207 18_Assign Role - Working With Role Assign Module (Part -7)

Section 11: KYC Module

Lecture 208 1_KYC Option - Working With KYC Option (Part -1)

Lecture 209 2_KYC Option - Working With KYC Option (Part -2)

Lecture 210 3_KYC Option - Working With KYC Option (Part -3)

Lecture 211 4_KYC Option - Working With KYC Option (Part -4)

Lecture 212 5_KYC Verification - Working With KYC Verification (Part -1)

Lecture 213 6_KYC Verification - Working With KYC Verification (Part -2)

Lecture 214 7_KYC Verification - Working With KYC Verification (Part -3)

Lecture 215 8_KYC Verification - Working With KYC Verification (Part -4)

Lecture 216 9_KYC Verification - Working With KYC Verification (Part -5)

Lecture 217 10_KYC Request - Handle KYC Request (Part -1)

Lecture 218 11_KYC Request - Handle KYC Request (Part -2)

Lecture 219 12_KYC Request - Handle KYC Request (Part -3)

Lecture 220 13_KYC Request - KYC Mail Sending (Part -1)

Lecture 221 14_KYC Request - KYC Mail Sending (Part -2)

Lecture 222 15_KYC Request - KYC Mail Sending (Part -3)

Lecture 223 16_KYC Request - Finishing Up

Section 12: Author Authorization

Lecture 224 Author Authorization - Helper And Middleware For Author

Section 13: Settings Module

Lecture 225 1_Settings Module - Discussion About Module

Lecture 226 2_Settings Module - Working With Setting Module (Part -1)

Lecture 227 3_Settings Module - Working With Setting Module (Part -2)

Lecture 228 4_Settings Module - Working With Setting Module (Part -3)

Lecture 229 5_Settings Module - Working With Setting Module (Part -4)

Section 14: Product Category Module

Lecture 230 1_Category - Working With Category Module (Part -1)

Lecture 231 2_Category - Working With Category Module (Part -2)

Lecture 232 3_Category - Working With Category Module (Part -3)

Lecture 233 4_Category - Working With Category Module (Part -4)

Lecture 234 5_Category - Working With Category Module (Part -5)

Lecture 235 6_Category - Working With Category Module (Part -6)

Lecture 236 7_Category - Working With Category Module (Part -7)

Lecture 237 8_Sub-Category - Working With Sub Category Module (Part -1)

Lecture 238 9_Sub-Category - Working With Sub Category Module (Part -2)

Lecture 239 10_Sub-Category - Working With Sub Category Module (Part -3)

Lecture 240 11_Sub-Category - Working With Sub Category Module (Part -4)

Lecture 241 12_Category Module - Create Permissions For Category

Section 15: Product Module

Lecture 242 1_Product Module - Create Default Seed Contents

Lecture 243 2_Product Module - Working With Item Module (Part -1)

Lecture 244 3_Product Module - Working With Item Module (Part -2)

Lecture 245 4_Product Module - Working With Item Module (Part -3)

Lecture 246 5_Product Module - Working With Item Module (Part -4)

Lecture 247 6_Product Module - Working With Item Module (Part -5)

Lecture 248 7_Product Module - Working With Item Module (Part -6)

Lecture 249 8_Product Module - Working With Item Module (Part -7)

Lecture 250 9_Product Module - Working With File Upload (Part -1)

Lecture 251 10_Product Module - Working With File Upload (Part -2)

Lecture 252 11_Product Module - Working With File Upload (Part -3)

Lecture 253 12_Product Module - Working With File Upload (Part -4)

Lecture 254 13_Product Module - Working With File Upload (Part -5)

Lecture 255 14_Product Module - Working With File Upload (Part -6)

Lecture 256 15_Product Module - Working With File Upload (Part -7)

Lecture 257 16_Product Module - Working With File Upload (Part -8)

Lecture 258 17_Product Module - Add Rest Of The Fields

Lecture 259 18_Product Module - Sore Data in Database (Part -1)

Lecture 260 19_Product Module - Sore Data in Database (Part -2)

Lecture 261 20_Product Module - Sore Data in Database (Part -3)

Lecture 262 21_Product Module - Sore Data in Database (Part -4)

Lecture 263 22_Product Module - Sore Data in Database (Part -5)

Lecture 264 23_Product Module - Sore Data in Database (Part -6)

Lecture 265 24_Product Module - Sore Data in Database (Part -7)

Lecture 266 25_Product Module - Sore Data in Database (Part -8)

Lecture 267 26_Product Module - Show Items at Index (Part -1)

Lecture 268 27_Product Module - Show Items at Index (Part -2)

Lecture 269 28_Product Module - Show Items at Index (Part -3)

Lecture 270 29_Product Module - Working With Update (Part -1)

Lecture 271 30_Product Module - Working With Update (Part -2)

Lecture 272 31_Product Module - Working With Update (Part -3)

Lecture 273 32_Product Module - Working With Update (Part -4)

Lecture 274 33_Product Module - Working With Update (Part -5)

Lecture 275 34_Product Module - Working With Update (Part -6)

Lecture 276 35_Product Module - Create View For Changelog and History (Part -1)

Lecture 277 36_Product Module - Create View For Changelog and History (Part -2)

Lecture 278 37_Product Module - Complete History and Changelog

Lecture 279 38_Product Module - Fixing Some Issues

Section 16: Product Review Module

Lecture 280 1_Review Module - Show Pending Products in Index

Lecture 281 2_Review Module - Working With Details Page (Part -1)

Lecture 282 3_Review Module - Working With Details Page (Part -2)

Lecture 283 4_Review Module - Working With Details Page (Part -3)

Lecture 284 5_Review Module - Working With Details Page (Part -4)

Lecture 285 6_Review Module - Working With Details Page (Part -5)

Lecture 286 7_Review Module - Working With Details Page (Part -6)

Lecture 287 8_Review Module - Create Other Index Pages

Lecture 288 9_Review Module - Finishing Remaining Work

Lecture 289 10_Review Module - Fixing Some Issues (Part -1)

Lecture 290 11_Review Module - Fixing Some Issues (Part -2)

Lecture 291 12_Change Log Module - Working With Changelog

Section 17: Show Products

Lecture 292 1_Show Products - Dynamic Content on Category Navbar

Lecture 293 2_Show Products - Create Product Page

Lecture 294 3_Show Products - Showing Dynamic Products

Lecture 295 4_Show Products - Working With Details Page (Part -1)

Lecture 296 5_Show Products - Working With Details Page (Part -2)

Lecture 297 6_Show Products - Working With Details Page (Part -3)

Lecture 298 7_Show Products - Working With Details Page (Part -4)

Lecture 299 8_Show Products - Working With Details Page (Part -5)

Lecture 300 9_Show Products - Fixing Design Issue

Section 18: Cart Module

Lecture 301 1_Cart Module - Preparing Necessary Files

Lecture 302 2_Cart Module - Working With Add to Cart (Part -1)

Lecture 303 3_Cart Module - Working With Add to Cart (Part -2)

Lecture 304 4_Cart Module - Working With Add to Cart (Part -3)

Lecture 305 5_Cart Module - Working With Add to Cart (Part -4)

Lecture 306 6_Cart Module - Working With Add to Cart (Part -5)

Lecture 307 7_Cart Module - Working Checkout Page

Section 19: Payment Module

Lecture 308 1_Payment Setting - Mastering Pages

Lecture 309 2_Payment Setting - Adding New Fields in General Settings

Lecture 310 3_Payment Setting - Update General Setting

Lecture 311 4_PayPal Setting - Working with PayPal Settings (Part - 1)

Lecture 312 5_PayPal Setting - Working with PayPal Settings (Part - 2)

Lecture 313 6_PayPal Implementation - Create PayPal Sandbox Account

Lecture 314 7_PayPal Implementation - Creating Database Tables

Lecture 315 8_PayPal Implementation - Working With PayPal (Part -1)

Lecture 316 9_PayPal Implementation - Working With PayPal (Part -2)

Lecture 317 10_PayPal Implementation - Storing Order (Part -1)

Lecture 318 11_PayPal Implementation - Storing Order (Part -2)

Lecture 319 12_PayPal Implementation -Storing Order (Part -3)

Lecture 320 13_Stripe Implementation - Getting API keys

Lecture 321 14_Stripe Implementation - Working With Stripe Settings

Lecture 322 15_Stripe Implementation - Working With Stripe (Part -1)

Lecture 323 16_Stripe Implementation - Working With Stripe (Part -2)

Lecture 324 17_RazorPay Setting - Working With Razorpay Setting (Part -1)

Lecture 325 18_RazorPay Setting - Working With Razorpay Setting (Part -2)

Lecture 326 19_RazorPay Implementation - Working With Razorpay Implementation (Part -1)

Lecture 327 20_RazorPay Implementation - Working With Razorpay Implementation (Part -2)

Lecture 328 22_RazorPay Implementation - Working With Razorpay Implementation (Part -4)

Lecture 329 24_Order Page - Design Order Success and Cancel Pages

Section 20: Author Commission

Lecture 330 1_Author Commission - Setting For Author Commission

Lecture 331 2_Author Commission - Inserting Commission in DB

Lecture 332 3_Author Commission - Fixing Calculation Issue

Section 21: Order Handling

Lecture 333 1_Order Handling - Showing Orders at Admin

Lecture 334 2_Order Handling - Working with Order Details Page

Lecture 335 3_Order Handling - Showing Orders at Frontend Dashboard (Part -1)

Lecture 336 4_Order Handling - Showing Orders at Frontend Dashboard (Part -2)

Lecture 337 5_Order Handling - Working With Order View Page

Lecture 338 6_Order Handling - Showing Transaction Data

Lecture 339 7_Order Handling - Showing Author Sales

Section 22: Payment Withdraw Module

Lecture 340 1_Withdraw Module - Working With Withdraw Method (Part -1)

Lecture 341 2_Withdraw Module - Working With Withdraw Method (Part -2)

Lecture 342 3_Withdraw Module - Working With Withdraw Method (Part -3)

Lecture 343 4_Withdraw Module - Working With Withdraw Method (Part -4)

Lecture 344 5_Withdraw Setting - Working With Author Withdraw Setting (Part -1)

Lecture 345 6_Withdraw Setting - Working With Author Withdraw Setting (Part -2)

Lecture 346 7_Withdraw Request- Working With Withdraw Request (Part 1)

Lecture 347 8_Withdraw Request- Working With Withdraw Request (Part 2)

Lecture 348 9_Withdraw Request- Working With Withdraw Request (Part 3)

Lecture 349 10_Withdraw Request- Working With Withdraw Request (Part 4)

Lecture 350 11_Withdraw Request- Working With Withdraw Request (Part 5)

Lecture 351 12_Withdraw Request- Working With Withdraw Request (Part 6)

Lecture 352 13_Withdraw Handle- Handle Withdraw Request (Part -1)

Lecture 353 14_Withdraw Handle- Handle Withdraw Request (Part -2)

Lecture 354 15_Withdraw Handle- Handle Withdraw Request (Part -3)

Section 23: Items Comment and Review

Lecture 355 1_Item Comment - Working With Item Comment Feature

Lecture 356 2_Item Review- Working With Item Review Feature (Part -1)

Lecture 357 3_Item Review- Working With Item Review Feature (Part -2)

Lecture 358 4_Item Review- Showing Reviews at Dashboard

Lecture 359 5_Product Details - Adding Dynamic Values to Details Page (Part -1)

Lecture 360 6_Product Details - Adding Dynamic Values to Details Page (Part -2)

Lecture 361 7_Product Card - Adding Dynamic Values in Product Card

Lecture 362 8_Product Search - Working With Product Search (Part -1)

Lecture 363 9_Product Search - Working With Product Search (Part -2)

Lecture 364 10_Product Search - Working With Product Search (Part -3)

Lecture 365 11_Product Search - Working With Product Search (Part -4)

Lecture 366 12_Product Pagination - Working With Product Pagination

Lecture 367 13_Product Pagination - Fixing Some Issues

Lecture 368 14_Product Validation - Adding More Validation To Product

Section 24: Home Page Section

Lecture 369 1_Hero Section - Working With Hero Section (Part -1)

Lecture 370 2_Hero Section - Working With Hero Section (Part -2)

Lecture 371 3_Hero Section - Working With Hero Section (Part -3)

Lecture 372 4_Hero Section - Working With Hero Section (Part -4)

Lecture 373 5_Hero Section - Working With Hero Section (Part -5)

Lecture 374 6_Hero Section - Working With Hero Section (Part -6)

Lecture 375 7_Hero Section - Working With Hero Section (Part -7)

Lecture 376 8_Hero Section - Working With Hero Section (Part -8)

Lecture 377 9_Hero Section - Working With Hero Section (Part -9)

Lecture 378 10_Home Header - Working With Header Section

Lecture 379 11_Category Section - Showing Dynamic Values in Category Section

Lecture 380 12_Featured Products - Featured Products Section (Part -1)

Lecture 381 13_Featured Products - Featured Products Section (Part -2)

Lecture 382 14_Featured Products - Featured Products Section (Part -3)

Lecture 383 15_Featured Products - Featured Products Section (Part -4)

Lecture 384 16_Featured Products - Featured Products Section (Part -5)

Lecture 385 17_Highlighted Products - Highlighted Product Section (Part -1)

Lecture 386 18_Highlighted Products - Highlighted Product Section (Part -2)

Lecture 387 19_Highlighted Products - Highlighted Product Section (Part -3)

Lecture 388 20_Monthly Picked Products - Monthly Picked Product Section (Part -1)

Lecture 389 21_Monthly Picked Products - Monthly Picked Product Section (Part -2)

Lecture 390 22_Featured Author - Featured Author Section (Part -1)

Lecture 391 23_Featured Author - Featured Author Section (Part -2)

Lecture 392 24_Counter Section - Working With Counter Section

Lecture 393 25_Banner Section - Working With Banner Section (Part -1)

Lecture 394 26_Banner Section - Working With Banner Section (Part -2)

Lecture 395 27_Banner Section - Working With Banner Section (Part -3)

Lecture 396 28_Footer Section - Working With Footer Section (Part -1)

Lecture 397 29_Footer Section - Working With Footer Section (Part -2)

Lecture 398 30_Social Link - Working With Social Link (Part -1)

Lecture 399 31_Social Link - Working With Social Link (Part -2)

Section 25: Newsletter Module

Lecture 400 2_Newsletter - Working With Newsletter (Part -2)

Lecture 401 3_Newsletter - Showing Subscriber List in Backend

Lecture 402 4_Newsletter - Send Newsletter

Section 26: Contact Module

Lecture 403 1_Contact - Working With Contact Page (Part -1)

Lecture 404 2_Contact - Working With Contact Page (Part -2)

Lecture 405 3_Contact - Working With Contact Page (Part -3)

Lecture 406 4_Contact Mail - Working With Contact Mail

Section 27: Banner And Custom Pages

Lecture 407 1_Banner - Working With Sale Banner

Lecture 408 2_Custom Page Module - Working With Custom Page Module (Part -1)

Lecture 409 3_Custom Page Module - Working With Custom Page Module (Part -2)

Lecture 410 4_Custom Page Module - Working With Custom Page Module (Part -3)

Section 28: Settings

Lecture 411 1_Logo Settings - Working With Logo Setting (Part -1).mp4

Lecture 412 2_Logo Settings - Working With Logo Setting (Part -2)

Lecture 413 3_SMTP Settings - Working With SMTP Setting (Part -1)

Lecture 414 4_SMTP Settings - Working With SMTP Setting (Part -2)

Lecture 415 5_SMTP Settings - Working With SMTP Setting (Part -3)

Lecture 416 6_SMTP Settings - Working With SMTP Setting (Part -4)

Lecture 417 7_Sidebar - Working With Sidebar (Part -1)

Lecture 418 8_Sidebar - Working With Sidebar (Part -2)

Lecture 419 9_Sidebar - Working With Sidebar (Part -3)

Lecture 420 10_Permission - Creating Permissions For Features (Part -1)

Lecture 421 11_Permission - Creating Permissions For Features (Part -2)

Lecture 422 12_Permission - Creating Permissions For Features (Part -3)

Section 29: Dashboard Analytics

Lecture 423 1_Dashboard Analytics - Working Dashboard Graph (Part -1)

Lecture 424 2_Dashboard Analytics - Working Dashboard Graph (Part -2)

Lecture 425 3_Dashboard Analytics - Working Dashboard Graph (Part -3)

Lecture 426 4_Dashboard Analytics - Working Dashboard Graph (Part -4)

Lecture 427 5_Dashboard Analytics - Working Dashboard Graph (Part -5)

Lecture 428 6_Dashboard Analytics - Showing Analytics (Part -1)

Lecture 429 7_Dashboard Analytics - Showing Analytics (Part -2)

Lecture 430 8_Dashboard Analytics - Showing Analytics (Part -3)

Lecture 431 9_Dashboard Analytics - Showing Analytics (Part -4)

Section 30: Database Wipe Module

Lecture 432 1_Database Wipe - Working With Database Wipe Feature (Part -1)

Lecture 433 2_Database Wipe - Working With Database Wipe Feature (Part -2)

Lecture 434 3_Database Wipe - Working With Database Wipe Feature (Part -3)

Lecture 435 4_Database Wipe - Working With Database Wipe Feature (Part -4)

Section 31: Bug Fixing

Lecture 436 1_Bug Fixing - Fixing Errors (Part -1)

Lecture 437 2_Bug Fixing - Fixing Errors (Part -2)

Lecture 438 3_User Dashboard - Showing Dynamic Data

Lecture 439 4_Note - A Quick Note

Lecture 440 5_Bug Fixing - Fixing Some Known Issues

Lecture 441 6_Bug Fixing - Fixing Audio Video Playing issue

Lecture 442 7_Bug Fixing - Fixing Some Known Issues (Part -1)

Lecture 443 8_Bug Fixing - Fixing Some Known Issues (Part -2)

Lecture 444 9_Bug Fixing - Fixing Some Known Issues (Part -3)

Lecture 445 10_Bug Fixing - Fixing Some Known Issues (Part -4)

Section 32: Deploy Project at Live Server

Lecture 446 1_Deploy - Deploy Project To Production

Section 33: Source code, Database and Templates.

Lecture 447 Source code, Database and Templates.

Beginners in Web Development: Anyone new to web development who wants to start with a powerful and popular PHP framework.,Aspiring Laravel Developers: Individuals looking to specialize in Laravel and enhance their web development skills.,Junior Developers: Developers with some experience who want to deepen their understanding of Laravel and take their skills to the next level.,PHP Developers: Those familiar with PHP who want to transition into using Laravel for more efficient and elegant web application development.,Freelancers & Entrepreneurs: Independent developers and business owners who want to build scalable and maintainable web applications using Laravel.,Students & Educators: Those studying web development or teaching Laravel, looking for a structured and comprehensive resource.,Professionals Seeking Career Growth: Developers aiming to upgrade their skills and increase their job prospects by mastering a widely-used framework.