Laravel 11 - Build A Complete Learning Management System Lms
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 95.93 GB | Duration: 114h 28m
Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 95.93 GB | Duration: 114h 28m
Step-by-Step Laravel 11 Mastery—Build a Complete LMS from Scratch and Unlock Professional Development Skills!
What you'll learn
Complete Laravel Basic to Advanced
Course Management
Drag and Drop Curriculum Builder
Drag and Drop Certificate Builder
Order Management Module
Multiple Payment Gateway Implementation
Dynamic Mail Configuration
Dynamic File manager
Multi Authentication (Admin, Student, Instructor)
Rating System
Cart and Ecommerce Features
Blog Management System
Advance Dashboard Analytics
Database Clear Feature
Handle Instructor Payouts
Dynamic Page Builder
Dynamic Site Settings
Youtube Link Support for Lectures
Vimeo Link Support for Lectures
Advanced Video Player
Multiple File Support (Video, Audio, Pdf, Docx)
Mail Queueing
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 take your Laravel skills to the next level? In this course, you will build a complete Learning Management System (LMS) from scratch using Laravel 11. This project-based course is designed to equip you with the skills to become a professional Laravel developer and give you a competitive edge in the job market.Why Learn Laravel 11?Laravel 11 is the latest version of the popular PHP framework, packed with new features and improvements that make it faster, more efficient, and even more developer-friendly. Its intuitive syntax, robust architecture, and thriving community make Laravel 11 the perfect choice for building powerful, scalable, and feature-rich web applications like an LMS.By the end of this course, you’ll not only have a complete LMS project in your portfolio but also the expertise to tackle real-world web development challenges confidently.What You’ll Learn:Laravel Basics to Advanced: Master core Laravel concepts like routing, controllers, models, and views, and progress to advanced topics including multi-authentication, mail queueing, and dynamic site configurations.Comprehensive LMS Development: Build essential LMS features like course management, a drag-and-drop curriculum builder, and YouTube/Vimeo lecture support.Dynamic Tools: Implement a drag-and-drop certificate builder, dynamic file management, and a powerful advanced video player.E-Commerce Integration: Add cart functionality, multiple payment gateways, and order management for a seamless user experience.Robust Admin Panel: Develop multi-authentication for Admins, Instructors, and Students, and include advanced dashboard analytics for better insights.Engaging Features: Build a rating system, blog management module, and dynamic page builder to create a rich user experience.Scalable Applications: Implement features like instructor payouts, mail queueing, and database cleanup tools to ensure your LMS is maintainable and scalable.Best Practices: Learn industry standards for secure, efficient, and maintainable Laravel development.Key Features You'll Build:Drag-and-drop curriculum and certificate buildersMulti-authentication for admins, instructors, and studentsOrder management and cart features with multiple payment gateway supportAdvanced video player with support for video, audio, PDFs, and moreBlog management system and dynamic site settingsInstructor payout handling and database cleanup toolsComprehensive dashboard with analyticsWhy Take This Course?Project-Based Learning: Build a complete LMS with real-world features from scratch.Comprehensive Skills: Master both basic and advanced Laravel techniques to handle any web application project confidently.Expert Instruction: Learn from an experienced developer who ensures clarity and a hands-on approach throughout.Practical Focus: Get the knowledge and skills to build scalable, professional web applications.By the End of This Course: You’ll have a fully functional LMS equipped with professional features and the skills to create similar applications for any industry. Whether you’re a developer seeking career growth or an entrepreneur with an idea, this course will empower you to turn your vision into reality.Take the first step toward mastering Laravel and creating something amazing—enroll now and start building your LMS today!
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Fundamental : Local Environment Setup
Lecture 2 1_Local Environment Setup
Lecture 3 2_VS Code Plugins Setup
Lecture 4 3_VS Code Path Configuration
Section 3: Let’s Install Our Very First Project
Lecture 5 1_Let’s Install Our Very First Project
Section 4: Fundamental : Understanding Laravel Architecture
Lecture 6 1_Laravel File and Folder Structure
Lecture 7 2_Knowing MVC Architecture
Section 5: Fundamental : Laravel Artisan and Console
Lecture 8 1_Laravel Artisan
Lecture 9 2_Laravel Artisan Tinker
Section 6: Fundamental : Route
Lecture 10 1_Basic Routing
Lecture 11 2_Route Parameters
Lecture 12 3_Named Routes
Lecture 13 4_Route Groups
Lecture 14 5_Route Methods
Lecture 15 6_Fallback Routes
Section 7: Fundamental : Blade Templates and Views
Lecture 16 1_Introduction to Laravel Blade Views
Lecture 17 2_Create Views via CLI
Lecture 18 3_Blade Directives
Lecture 19 4_Passing Data to Blade
Lecture 20 5_Extending Blade
Lecture 21 6_Including Sub-views
Lecture 22 7_Conditional Rendering in Blade
Lecture 23 8_Stacks
Lecture 24 9_More Useful Blade Detectives
Section 8: Fundamental : Controllers
Lecture 25 1_Introduction to Laravel Controllers
Lecture 26 2_Basic Controllers
Lecture 27 3_Single Action Controller
Lecture 28 4_Resource Controllers
Section 9: Fundamental : Database Model, Migration and Seeders
Lecture 29 1_Setting up Laravel Database Connection
Lecture 30 2_Migrations
Lecture 31 3_Table Data Types
Lecture 32 4_Important Migration Commands
Lecture 33 5_Model
Lecture 34 6_Model with Custom Table Name
Lecture 35 7_Seeder
Lecture 36 8_Factories
Lecture 37 9_Adding New Columns to Existing Tables
Section 10: Fundamental : Introduction to Query Builder
Lecture 38 1_Introduction to Query Builder
Lecture 39 2_Creating New Data
Lecture 40 3_Retrieving Data From DB
Lecture 41 4_Updating Data
Lecture 42 5_Deleting Data
Lecture 43 6_Retrieving a List of Column Values
Lecture 44 7_Aggregates
Section 11: Fundamental : Eloquent ORM
Lecture 45 1_Introduction to Eloquent ORM
Lecture 46 2_Eloquent - Creating New Data
Lecture 47 3_Eloquent - Retrieving Data
Lecture 48 4_Eloquent - Updating Data
Lecture 49 5_Eloquent - Deleting Data
Lecture 50 6_Eloquent - Fillable and Mass Assignment
Lecture 51 7_Eloquent - Conditional Clause
Lecture 52 8_Eloquent - Query Scopes
Lecture 53 9_Eloquent - Soft Deleting
Lecture 54 10_Eloquent - Restore Trashed Data or Delete it
Section 12: Fundamental : Form and Validation
Lecture 55 1_Form Markup
Lecture 56 2_Form Submitting and CSRF
Lecture 57 3_Accessing Form Contents from Method
Lecture 58 4_Input Field Validation
Lecture 59 5_Custom Validation Message
Lecture 60 6_Custom Request Classes
Lecture 61 7_More Validation Rules
Lecture 62 8_Populating Form Data
Lecture 63 9_Saving Form Data
Section 13: Fundamental : File Storage
Lecture 64 1_Introduction to File Storage
Lecture 65 2_File Upload Form Markup
Lecture 66 3_Uploading File in Storage
Lecture 67 4_Storage Link
Lecture 68 5_Custom Storage Disk
Lecture 69 6_Change File Name Before Save
Lecture 70 7_Remove File From Storage
Lecture 71 8_File Validation
Section 14: Fundamental : HTTP Redirects
Lecture 72 1_HTTP Redirects
Section 15: Fundamental : Project Lets Create a Customer CRUD Application
Lecture 73 1_CRUD - Template Overview
Lecture 74 2_CRUD - Template Mastering
Lecture 75 3_CRUD - Working with Create Feature
Lecture 76 4_CRUD - Submit Form and Validation
Lecture 77 5_CRUD - Store Submitted data
Lecture 78 6_CRUD - Handle File Submitting
Lecture 79 7_CRUD - Showing Created Data
Lecture 80 8_CRUD - Working with Update Feature (Part -1)
Lecture 81 9_CRUD - Working with Update Feature (Part -2)
Lecture 82 10_CRUD - Working with Show Feature
Lecture 83 11_CRUD - Working with Delete Feature
Lecture 84 12_CRUD - Working with Search Feature
Lecture 85 13_CRUD - Working with Order Feature
Lecture 86 14_CRUD - Soft Delete Feature (Part - 1)
Lecture 87 15_CRUD - Soft Delete Feature (Part - 2)
Section 16: Fundamental : Query Builder Joins
Lecture 88 1_Joins - Introduction
Lecture 89 2_Joins - Making Database Ready
Lecture 90 3_Joins - Inner Join
Lecture 91 4_Joins - Left Join
Lecture 92 5_Joins - Right Join
Lecture 93 6_Joins - Full Join
Section 17: Fundamental : Eloquent ORM Relations
Lecture 94 1_Eloquent Relations - Introduction
Lecture 95 2_Eloquent Relations - One to One hasOne()
Lecture 96 3_Eloquent Relations - One to One belongsTo()
Lecture 97 4_Eloquent Relations - One to Many hasMany()
Lecture 98 5_Eloquent Relations - Many to Many belongsToMany()
Lecture 99 6_Eloquent Relations - hasMany Through
Lecture 100 7_Eloquent Relations -Polymorphic Relationships
Section 18: Fundamental : Middleware
Lecture 101 1_Middleware - Introduction Of Middleware
Lecture 102 2_Middleware - Let’s Create a Scenario Where We Ca
Lecture 103 3_Middleware - Create Middleware
Lecture 104 4_Middleware - Assigning Middleware to Route
Lecture 105 5_Middleware - Assigning Middleware to Route Group
Lecture 106 6_Middleware - Controller Middleware
Lecture 107 7_Middleware - Global Middleware
Lecture 108 8_Middleware - Middleware Groups
Lecture 109 9_Middleware - Middleware Alias
Lecture 110 10_Middleware - Middleware Parameters
Section 19: Fundamental : Authentication
Lecture 111 1_Authentication - Introduction
Lecture 112 2_Authentication - Install Breeze Starter Kit
Lecture 113 3_Authentication - Redirect User To Specific Page
Lecture 114 4_Authentication - Retrieving The Authenticated Us
Lecture 115 5_Authentication - Recreating Logout Feature
Lecture 116 6_Authentication - Protecting Routes
Lecture 117 7_Authentication - Verify Email
Section 20: Fundamental: Authorization
Lecture 118 1_Authorization - introduction
Lecture 119 2_Authorization - Gates
Lecture 120 3_Authorization - Policy
Lecture 121 4_Authorization - Verifying Authorization in Blade
Section 21: Fundamental : HTTP Responses
Lecture 122 1_Responses - Redirect Responses
Lecture 123 2_Responses - Other Response Types
Section 22: Fundamental : Mail
Lecture 124 1_Setup mail trap configuration
Lecture 125 2_Mail - Send a simple email with laravel
Lecture 126 3_Mail - Send html view as an email body
Lecture 127 4_Mail - Attaching files to email
Lecture 128 5_Mail - Queue Mail
Section 23: Fundamental : Blade Components
Lecture 129 1_Blade Components - Introduction to Blade Compone
Lecture 130 2_Blade Components - Creating Blade Components
Lecture 131 3_Blade Components - Passing Data To Components (Part -1)
Lecture 132 4_Blade Components - Passing Data To Components (Part -2)
Lecture 133 5_Blade Components - Attributes
Lecture 134 6_Blade Components - Component Slots
Section 24: Fundamental : Session
Lecture 135 1_Session - Introduction of http session
Lecture 136 2_Session - Storing data at session
Lecture 137 3_Session - Retrieving data from session
Lecture 138 4_Session - Deleting data from session
Section 25: Fundamental : Caching
Lecture 139 1_Caching Introduction
Lecture 140 2_Difference Between Session And Cache
Lecture 141 3_Storing Data In Cache
Lecture 142 4_Storing Data in Cache From Database and Retrieve
Lecture 143 5_Caching - Removing Data from Cache
Section 26: Environment Setup For Project
Lecture 144 1_Environment Setup - Installing Code Editor and Local Server
Lecture 145 2_Environment Setup - Installing Necessary Extensions
Lecture 146 3_Environment Setup - Vs Code Configuration for Laravel
Lecture 147 4_Environment Setup - Setting up Vs Code Appearance and Themes
Section 27: Project Road Map And Planning
Lecture 148 1_Project Road Map And Planning
Section 28: Project And Multi Auth Setup
Lecture 149 1_Installing a Fresh Laravel Project
Lecture 150 2_Multi Auth - Overview How Our Multi Auth Will Work
Lecture 151 3_Multi Auth - Creating Admin Auth System (Part -1)
Lecture 152 4_Multi Auth - Creating Admin Auth System (Part -2)
Lecture 153 5_Multi Auth - Creating Admin Auth System (Part -3)
Lecture 154 6_Multi Auth - Creating Admin Auth System (Part -4)
Lecture 155 7_Multi Auth - Creating Admin Auth System (Part -5)
Lecture 156 8_Multi Auth - Creating Admin Auth System (Part -6)
Lecture 157 9_Multi Auth - Admin Auth Reset Password
Lecture 158 10_Multi Auth - Separating Student and Instructor (Part -1)
Lecture 159 11_Multi Auth - Separating Student and Instructor (Part - 2)
Section 29: Admin Panel Setup And Mastering
Lecture 160 1_Admin Panel - Template Overview
Lecture 161 2_Admin Panel - Mastering Dashboard Template (Part - 1)
Lecture 162 3_Admin Panel - Mastering Dashboard Template (Part - 2)
Lecture 163 4_Admin Panel - Mastering Login Template
Lecture 164 5_Admin Panel - Mastering Forgot Password Template
Lecture 165 6_Admin Panel - Working with Password Toggle (Part -1)
Lecture 166 7_Admin Panel - Working with Password Toggle (Part -2)
Lecture 167 8_Admin Panel - Remove Registration Form
Section 30: Frontend Panel Setup And Mastering
Lecture 168 1_Frontend Panel - Template Overview
Lecture 169 2_Frontend Panel - Mastering Home Page
Lecture 170 3_Frontend Panel - Mastering Login Page
Lecture 171 4_Frontend Panel - Mastering Register Page
Lecture 172 5_Frontend Panel - Reset Password Pages
Lecture 173 6_Frontend Panel - Mastering Dashboard
Section 31: ER - Diagram of Business logic
Lecture 174 1_ER-Diagram - Discussion About Database Schema
Section 32: Instructor Request Feature
Lecture 175 1_Instructor Request - Adding Necessary Columns in User Table
Lecture 176 2_Instructor Request - Working with Instructor and Student Login (Part - 1)
Lecture 177 3_Instructor Request - Working with Instructor and Student Login (Part - 2)
Lecture 178 4_Instructor Request - Working with Instructor and Student Login (Part - 3)
Lecture 179 5_Instructor Request - Working with Instructor Request List (Part -1)
Lecture 180 6_Instructor Request - Working with Instructor Request List (Part -2)
Lecture 181 7_Instructor Request - Changing Status
Lecture 182 8_Instructor Request - Download Document
Lecture 183 9_Instructor Request - Send Approval Email to Instructor
Lecture 184 10_Instructor Request - Send Rejection Email to Instructor
Lecture 185 11_Instructor Request - Become an Instructor (Part -1)
Lecture 186 12_Instructor Request - Become an Instructor (Part -2)
Section 33: Profile Update Feature
Lecture 187 1_Student Profile - Profile Page Templating
Lecture 188 2_Student Profile - Working with Profile Form (Part-1)
Lecture 189 3_Student Profile - Working with Profile Form (Part-2)
Lecture 190 4_Student Profile - Password Update
Lecture 191 5_Student Profile - Social Links Update
Lecture 192 6_Student Profile - Avatar Update
Lecture 193 7_Instructor Profile - Working with Instructor Profile
Lecture 194 8_Instructor Profile - Showing Alerts
Section 34: Course Language Module
Lecture 195 1_Coruse Language - Some Discussion Before Start
Lecture 196 2_Course Language - Working with Create Feature (Part -1)
Lecture 197 3_Course Language - Working with Create Feature (Part -2)
Lecture 198 4_Coruse Language - Show Created Items at Index
Lecture 199 5_Coruse Language - Working with Update Feature
Lecture 200 6_Course Language - Working with Delete Feature (Part -1)
Lecture 201 7_Course Language - Working with Delete Feature (Part -2)
Section 35: Course Levels Module
Lecture 202 1_Course Level - Working on Course Level (Part -1)
Lecture 203 2_Course Level - Working on Course Level (Part -2)
Lecture 204 3_Course Level - Working with Paginations
Lecture 205 4_Course Level - Fixing Font Icons
Section 36: Course Categories Module
Lecture 206 1_Course Category - Working With Create Category (Part -1)
Lecture 207 2_Course Category - Working With Create Category (Part -2)
Lecture 208 3_Course Category - Working With Create Category (Part -3)
Lecture 209 4_Course Category - Working With Create Category (Part -4)
Lecture 210 5_Course Category - Showing Contents in Index
Lecture 211 6_Course Category - Working With Update Feature (Part -1)
Lecture 212 7_Course Category - Working With Update Feature (Part -2)
Lecture 213 8_Course Category - Fixing File Upload Issue
Lecture 214 9_Course Category - Delete Record
Lecture 215 10_Sub Category - Working with Create Feature (Part -1)
Lecture 216 11_Sub Category - Working with Create Feature (Part -2)
Lecture 217 12_Sub Category - Working with Create Feature (Part -3)
Lecture 218 13_Sub Category - Delete Record
Lecture 219 14_Sub Category - Adding Delete Protection For Parent Category
Section 37: Course Module
Lecture 220 1_Course Module - Some Discussion Before Start
Lecture 221 2_Course Module - Working With Template (Part -1)
Lecture 222 3_Course Module - Working With Template (Part -2)
Lecture 223 4_Course Module - Creating Model Migration
Lecture 224 5_Course Module - Working Basic Info Form
Lecture 225 6_Course Module - Working Basic Info Form (Part -1)
Lecture 226 7_Course Module - Working Basic Info Form (Part -2)
Lecture 227 8_Course Module - Working With More Info Form (Part -1)
Lecture 228 9_Course Module - Working With More Info Form (Part -2)
Lecture 229 10_Course Module - Working With More Info Form (Part -3)
Lecture 230 11_Course Module - Working With More Info Form (Part -4)
Lecture 231 12_Course Module - Working With More Info Form (Part -5)
Lecture 232 13_Course Module - Working with Course Update (Part - 1)
Lecture 233 14_Course Module - Working with Course Update (Part - 2)
Lecture 234 15_Course Module - Working with Course Update (Part - 3)
Lecture 235 16_Course Module - Working with Course Update (Part - 4)
Lecture 236 17_Course Module - Showing Validation Errors
Lecture 237 18_Course Module - Show Hide Source Path
Lecture 238 19_Course Module - Working with File Manager
Lecture 239 20_Course Module - Some Changes on Basic info Form
Lecture 240 21_Course Module - Fixing Some Issues
Lecture 241 22_ Course Content - Templating The Page
Lecture 242 23_ Course Content - Working With Chapter Create (part -1)
Lecture 243 24_ Course Content - Working With Chapter Create (part-2)
Lecture 244 25_Course Content - Working With Chapter Create (Part-3)
Lecture 245 26_ Course Content - Working With Validation Alert (Part - 1)
Lecture 246 27_ Course Content - Working With Validation Alert (Part - 2)
Lecture 247 28_ Course Content - Create Lesson (Part -1)
Lecture 248 29_ Course Content - Create Lesson (Part -2)
Lecture 249 30_ Course Content - Create Lesson (Part -3)
Lecture 250 31_ Course Content - Create Lesson (Part -4)
Lecture 251 32_ Course Content - Create Lesson (Part -5)
Lecture 252 33_ Course Content - Showing Lessons
Lecture 253 34_ Course Content - Working with Lesson Update (Part-1)
Lecture 254 35_ Course Content - Working with Lesson Update (Part-2)
Lecture 255 36_ Course Content - Working with Lesson Update (Part-3)
Lecture 256 37_ Course Content - Working with Delete Feature (Part-1)
Lecture 257 38_ Course Content - Working with Delete Feature (Part-2)
Lecture 258 39_ Course Content - Working with Chapter Edit
Lecture 259 40_ Course Content - Working with Delete Chapter
Lecture 260 41_ Course Content - Working on Lesson Sorting (Part -1)
Lecture 261 42_ Course Content - Working on Lesson Sorting (Part -2)
Lecture 262 43_ Course Content - Working on Lesson Sorting (Part-3)
Lecture 263 44_ Course Content - Working on Chapter Sorting (Part-1)
Lecture 264 45_ Course Content - Working on Chapter Sorting (Part -2)
Lecture 265 46_ Course Content - Working on Chapter Sorting (Part-3)
Lecture 266 47_ Course Content - Working on Chapter Sorting (Part-4)
Lecture 267 48_ Course Content - Working on Chapter Sorting (Part-5)
Lecture 268 49_ Course Content - Some Fixes
Section 38: Course Module For Admin
Lecture 269 1_Admin Course Module - Showing Courses In Admin Panel
Lecture 270 2_Admin Course Module - Handle Approval System (Part -1)
Lecture 271 3_Admin Course Module - Handle Approval System (Part -2)
Lecture 272 4_Admin Course Module - Course Create (Part -1)
Lecture 273 5_Admin Course Module - Course Create (Part -2)
Lecture 274 6_Admin Course Module - Course Create (Part -3)
Lecture 275 7_Admin Course Module - Course Create (Part -4)
Lecture 276 8_Admin Course Module - Update More Info Tab
Lecture 277 9_Admin Course Module - Working with Course Content (Part -1)
Lecture 278 10_Admin Course Module - Working with Course Content (Part -2)
Lecture 279 11_Admin Course Module - Working with Course Content
Lecture 280 12_Admin Course Module - Fixing File Manager Issue
Lecture 281 13_Admin Course Module - Chapter Edit Issue Fixed
Lecture 282 14_Admin Course Module - Chapter Sorting Issue fixed
Lecture 283 15_Admin Course Module - Working with Last Step
Lecture 284 16_Admin Course Module - Working Edit Feature
Section 39: Show Courses at Frontend
Lecture 285 1_Show Courses - Mastering Course Pages
Lecture 286 2_Show Courses - Adding Dummy Contents
Lecture 287 3_Show Courses - Showing Dynamic Contents
Lecture 288 4_Show Courses - Dynamic Content in Details Page (Part -1)
Lecture 289 5_Show Courses - Dynamic Content in Details Page (Part-2)
Lecture 290 6_Show Courses - Dynamic Content in Details Page (Part-3)
Lecture 291 7_Show Courses - Dynamic Content in Details Page (Part-4)
Lecture 292 8_Show Courses - Adding Og Metas
Lecture 293 9_Show Courses - Making Social Share Buttons Dynamic
Lecture 294 10_Show Courses - Working with Curriculum Tab (Part-1)
Lecture 295 11_Show Courses - Working with Curriculum Tab (Part-2)
Lecture 296 12_Show Courses - Working with Curriculum Tab (Part-3)
Section 40: Cart Feature
Lecture 297 1_Cart - Templating
Lecture 298 2_Cart - Working With Add to Cart (Part -1)
Lecture 299 3_Cart - Working With Add to Cart (Part -2)
Lecture 300 4_Cart - Working With Add to Cart (Part -3)
Lecture 301 5_Cart - Remove Item From Cart
Lecture 302 6_Cart - Cart Calculation
Lecture 303 7_Cart - Hiding Cart Container
Section 41: Checkout And Payment Gateway Implementation
Lecture 304 1_Checkout - Make Checkout Page Ready
Lecture 305 2_ PayPal - Setting Up PayPal Package
Lecture 306 3_ PayPal - Get PayPal API Keys
Lecture 307 4_ PayPal - Implementation (Part -1)
Lecture 308 5_ PayPal - Implementation (Part -2)
Lecture 309 6_ PayPal - Working With Order Store (Part -1)
Lecture 310 7_ PayPal - Working With Order Store (Part -2)
Lecture 311 8_ PayPal - Store Order Items
Lecture 312 9_ PayPal - Enroll User
Lecture 313 10_Payment Setting - Working with PayPal Setting (Part -1)
Lecture 314 11_Payment Setting - Working with PayPal Setting (Part-2)
Lecture 315 12_Payment Setting - Working with PayPal Setting (Part-3)
Lecture 316 13_Payment Setting - Setting the Values Globally
Lecture 317 14_Payment Setting - Showing Contents at PayPal Form
Lecture 318 15_Payment Setting - Setting Dynamic Config For PayPal
Lecture 319 16_Stripe Setting - Working With Stripe Setting (Part-1)
Lecture 320 17_Stripe Setting - Working With Stripe Setting (Part-2)
Lecture 321 18_Stripe - Getting API Keys
Lecture 322 19_Stripe - Implementing Stripe (Part -1)
Lecture 323 20_Stripe - Implementing Stripe (Part -2)
Lecture 324 21_Razorpay Setting - Working with Razorpay Settings
Lecture 325 22_Razorpay - Implementing Razorpay (Part -1)
Lecture 326 23_Razorpay - Implementing Razorpay (Part -2)
Lecture 327 24_Razorpay - Implementing Razorpay (Part -3)
Lecture 328 25_Razorpay - Fixing Main Amount
Section 42: Order Handling
Lecture 329 1_Order - Showing Orders in Order Page
Lecture 330 2_Order - Showing Order Details (Part -1)
Lecture 331 3_Order - Showing Order Details (Part -2)
Section 43: Site General Settings
Lecture 332 1_Settings - Working with Site General Setting (Part -1)
Lecture 333 2_Settings - Working with Site General Setting (Part -2)
Lecture 334 3_Settings - Working with Site General Setting (Part -3)
Section 44: Instructor Payout System
Lecture 335 1_Commission Setting - Working with Commission Setting
Lecture 336 2_Commission Calculation- Working with Commission Calculation
Lecture 337 3_Commission Calculation- Implementing Commission to Orders
Lecture 338 4_Commission Calculation- Showing Instructor Order List
Lecture 339 5_Payout Gateway- Working with Payout Gateway CRUD (Part - 1)
Lecture 340 6_Payout Gateway- Working with Payout Gateway CRUD (Part - 2)
Lecture 341 7_Instructor - Payout Gateway Info Update (Part -1)
Lecture 342 8_Instructor - Payout Gateway Info Update (Part -2)
Lecture 343 9_Instructor - Payout Gateway Info Update (Part -3)
Lecture 344 10_Payout- Working with Instructor Payout (Part -1)
Lecture 345 11_Payout- Working with Instructor Payout (Part -2)
Lecture 346 12_Payout- Working with Instructor Payout (Part -3)
Lecture 347 13_Payout Request- Working with Payout Request (Part-1)
Lecture 348 14_Payout Request- Working with Payout Request (Part-2)
Section 45: Course Player
Lecture 349 1_Course Player - Showing Purchased Courses
Lecture 350 2_Course Player - Template Mastering
Lecture 351 3_Course Player - Showing Dynamic Contents in Side
Lecture 352 4_Course Player - Working with Player (Part -1)
Lecture 353 5_Course Player - Working with Player (Part -2)
Lecture 354 6_Course Player - Working with Player (Part -3)
Lecture 355 7_Course Player - Working with Player (Part -4)
Lecture 356 8_Course Player - Working with Player (Part -5)
Lecture 357 9_Course Player - Working with Player (Part -6)
Lecture 358 10_Course Player - Handling Watch History (Part -1)
Lecture 359 11_Course Player - Handling Watch History (Part -2)
Lecture 360 12_Course Player - Handling Watch History (Part -3)
Lecture 361 13_Course Player - Handling Watch History (Part -4)
Lecture 362 14_Course Player - Working with Lesson Completion (Part -1)
Lecture 363 15_Course Player - Working with Lesson Completion (Part -2)
Lecture 364 16_Course Player - Working with Lesson Completion (Part -3)
Lecture 365 17_Course Player - Working with Description
Lecture 366 18_Course Player - Working with File Types (Part -1)
Lecture 367 19_Course Player - Working with File Types (Part -2)
Lecture 368 20_Course Player - Working with File Types (Part -3)
Lecture 369 21_Course Player - Working with File Types (Part -4)
Lecture 370 22_Course Player - Working with File Types (Part -5)
Lecture 371 23_Course Player - Working with File Types (Part -6)
Section 46: Certificate Builder
Lecture 372 1_Certificate Builder - Mastering Template
Lecture 373 2_Certificate Builder - Form Submitting and Data (Part-1)
Lecture 374 3_Certificate Builder - Form Submitting and Data (Part-2)
Lecture 375 4_Certificate Builder - Creating Certificate Panel
Lecture 376 5_Certificate Builder - Working with Drag Feature (Part -1)
Lecture 377 6_Certificate Builder - Working with Drag Feature (Part -2)
Lecture 378 7_Certificate Builder - Working with Drag Feature (Part-3)
Lecture 379 8_Certificate Builder - Print Certificate (Part -1)
Lecture 380 9_Certificate Builder - Print Certificate (Part -2)
Lecture 381 10_Certificate Builder - Print Certificate (Part -3)
Lecture 382 11_Certificate Builder - Replacing Certificate Content
Lecture 383 12_Certificate Builder - Adding Download Button
Lecture 384 13_Certificate Builder - Adding Certificate Download
Section 47: Home Sections
Lecture 385 1_Hero Section - Working with Backend Template
Lecture 386 2_Hero Section - Creating Form Fields
Lecture 387 3_Hero Section - Show Dynamic Contents in Fields
Lecture 388 4_Hero Section - Show Dynamic Content in Frontend
Lecture 389 5_Feature Section - Working with Update Form (Part-1)
Lecture 390 6_Feature Section - Working with Update Form (Part-2)
Lecture 391 7_Category Section -Showing Featured Categories (Part-1)
Lecture 392 8_Category Section -Showing Featured Categories (Part -2)
Lecture 393 9_Category Section -Showing Featured Categories (Part-3)
Lecture 394 10_About Section - Working with Update (Part -1)
Lecture 395 11_About Section - Working with Update (Part -2)
Lecture 396 12_About Section - Working with Update (Part -3)
Lecture 397 13_About Section - Showing Contents at Frontend
Lecture 398 14_About Section - Add Text Editor
Lecture 399 15_Latest Course Section - Working With Update Feature (Part-1)
Lecture 400 16_Latest Course Section - Working With Update Feature (Part -2)
Lecture 401 17_Latest Course Section - Showing Dynamic Content (Part -1)
Lecture 402 18_Latest Course Section - Showing Dynamic Content (Part -2)
Lecture 403 19_Newsletter Section - Newsletter Subscribe Feature
Lecture 404 20_Become Instructor Banner - Completing Banner Section
Lecture 405 21_Video Section - Make Video Section Dynamic
Lecture 406 22_Brand Section - Master Template
Lecture 407 23_Brand Section - Working with Create Feature
Lecture 408 24_Brand Section - Working with Update and Delete
Lecture 409 25_Featured Instructor Section - Working with Featured Instructor Section Part 1
Lecture 410 26_Featured Instructor Section - Working with Featured Instructor Section Part 2
Lecture 411 27_Featured Instructor Section - Working with Featured Instructor Section Part 3
Lecture 412 28_Featured Instructor Section - Working with Featured Instructor Section Part 4
Lecture 413 29_Featured Instructor Section - Working with Featured Instructor Section Part 5
Lecture 414 30_Testimonial - Working With Testimonial Create (Part -1)
Lecture 415 31_Testimonial - Working With Testimonial Create (Part-2)
Lecture 416 32_Testimonial - Update and Delete
Lecture 417 33_Testimonial - Showing Contents at Frontend
Section 48: About Page
Lecture 418 1_About Page - Showing Dynamic Data in About Section
Lecture 419 2_About Page - Working with Counter Section (Part -1)
Lecture 420 3_About Page - Working with Counter Section (Part - 2)
Lecture 421 4_About Page - Working with Testimonial Section
Section 49: Contact Page
Lecture 422 1_Contact Page - Working With Contact Cards (Part -1)
Lecture 423 2_Contact Page - Working With Contact Cards (Part -2)
Lecture 424 3_Contact Page - Working With Contact Cards (Part -3)
Lecture 425 4_Contact Page - Contact Setting
Lecture 426 5_Contact Page - Contact Form Handling (Part -1)
Lecture 427 6_Contact Page - Contact Form Handling (Part -2)
Lecture 428 7_Contact Page - Contact Form Handling (Part -3)
Section 50: Course Page
Lecture 429 1_Course Page - Working With Filtering (Part -1)
Lecture 430 2_Course Page - Working With Filtering (Part -2)
Lecture 431 3_Course Page - Working With Filtering (Part -3)
Lecture 432 4_Course Page - Working With Filtering (Part -4)
Lecture 433 5_Course Page - Working With Filtering (Part -5)
Lecture 434 6_Course Page - Working With Filtering (Part -6)
Lecture 435 7_Course Review - Working With Course Review (Part-1)
Lecture 436 8_Course Review - Working With Course Review (Part-2)
Lecture 437 9_Course Review - Working With Course Review (Part-3)
Lecture 438 10_Course Review - Working With Course Review (Part-4)
Lecture 439 11_Course Review - Working With Course Review (Part-5)
Lecture 440 12_Course Review - Showing Reviews at User Dashboard (Part -1)
Lecture 441 13_Course Review - Showing Reviews at User Dashboard(Part -2)
Section 51: Header & Footer
Lecture 442 1_Top Bar - Working With Top bar (Part -1)
Lecture 443 2_Top Bar - Working With Top bar (Part -2)
Lecture 444 3_Top Bar - Working With Top bar (Part -3)
Lecture 445 4_Header - Working With Header (Part -1)
Lecture 446 5_Header - Working With Header (Part -2)
Lecture 447 6_Footer - Working With Footer (Part -1)
Lecture 448 7_Footer - Working With Footer (Part -2)
Lecture 449 8_Social Links - Working With Social Links (Part -1)
Lecture 450 9_Social Links - Working With Social Links (Part -2)
Lecture 451 10_Footer Links - Working With Footer Links (Part-1)
Lecture 452 11_Footer Links - Working With Footer Links (Part-2)
Section 52: Page Builder
Lecture 453 1_Page Builder - Working With Page Builder (Part -1)
Lecture 454 2_Page Builder - Working With Page Builder (Part -2)
Lecture 455 3_Page Builder - Working With Page Builder (Part -3)
Lecture 456 4_Page Builder - Working With Page Builder (Part -4)
Section 53: Blog Feature
Lecture 457 1_Blog Category - Working with Blog Category (Part-1)
Lecture 458 2_Blog Category - Working with Blog Category (Part-2)
Lecture 459 3_Blog - Working With Blog (Part -1)
Lecture 460 4_Blog - Working With Blog (Part -2)
Lecture 461 5_Blog - Working With Blog (Part -3)
Lecture 462 6_Blog - Showing Contents at Frontend (Part -1)
Lecture 463 7_Blog - Showing Contents at Frontend (Part -2)
Lecture 464 8_Blog - Showing Contents at Frontend (Part -3)
Lecture 465 9_Blog - Showing Contents at Frontend (Part -4)
Lecture 466 10_Blog Comment - Working With Blog Comment
Lecture 467 11_Blog Comment - Fixing Some Issues
Section 54: Settings Feature
Lecture 468 1_Logo Setting - Working With Logo Settings
Lecture 469 2_Logo Setting - Showing Logos at Frontend
Lecture 470 3_SMTP Setting - Working With SMTP Settings
Lecture 471 4_SMTP Setting - Setting Config Dynamically
Lecture 472 5_Seeder - Create a Setting Seeder
Section 55: Fixing Some Known Issues
Lecture 473 1_Mobile Menu - Fixing Mobile Menu Issue (Part -1)
Lecture 474 2_Mobile Menu - Fixing Mobile Menu Issue (Part -2)
Lecture 475 3_Course Card - Fixing Course Card (Part -1)
Lecture 476 4_Course Card - Fixing Course Card (Part -2)
Lecture 477 5_Course Details- Course Details Page
Lecture 478 6_Login Redirect- Fixing Dashboard Button
Lecture 479 7_Sidbar - Working with Sidebar Activation (Part -1)
Lecture 480 8_Sidebar - Working with Sidebar Activation (Part -2)
Lecture 481 9_Sidebar - Working with Sidebar Activation (Part -3)
Lecture 482 10_Sidebar - Working with Sidebar Activation (Part-4)
Lecture 483 11_Sidebar - Working with Icons
Lecture 484 12_Mail - Reset Password Sender Mail Issue Fixed
Lecture 485 13_Admin Profile - Admin Profile Update (Part -1)
Lecture 486 14_Admin Profile - Admin Profile Update (Part -2)
Section 56: Database Clear Feature
Lecture 487 1_DB Clear - Working With DB Clear Feature (Part -1)
Lecture 488 2_DB Clear - Working With DB Clear Feature (Part -2)
Lecture 489 3_DB Clear - Working With DB Clear Feature (Part -3)
Lecture 490 4_Fixing Null Issues - Fixing Null Issues (Part -1)
Lecture 491 5_Fixing Null Issues - Fixing Null Issues (Part -2)
Lecture 492 6_Fixing Null Issues - Fixing Null Issues (Part -3)
Lecture 493 7_Fixing Null Issues - Fixing Null Issues (Part -4)
Lecture 494 8_Bug Fixing - Working with Bug Fixing (Part -1)
Lecture 495 9_Bug Fixing - Working with Bug Fixing (Part -2)
Lecture 496 10_Bug Fixing - Working with Bug Fixing (Part -3)
Section 57: Finishing Up
Lecture 497 1_Admin Dashboard - Showing Analytics In Dashboard
Lecture 498 2_Admin Dashboard - Showing Dynamic Chart
Lecture 499 3_Admin Dashboard - Showing Other Analytics
Lecture 500 4_User Dashboard - Working with User Dashboards
Lecture 501 5_Order - Showing User Orders
Lecture 502 6_Design - Fixing Design
Section 58: Source Code and Other Necessary Files
Lecture 503 Source Code and Other Necessary Files
Section 59: Server Deployment
Lecture 504 Deploy - Deploy Project in Server
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.