Register Account

Proud to announce Softwarez.Live [WordPress Edition]. For more information visit: softwarez.live x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Laravel 11 - From Basics To Advance
#1
[Image: dd33b58760271267318dadc171567211.jpg]
Laravel 11 - From Basics To Advance
Published 8/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 25.63 GB | Duration: 51h 45m

Learn Laravel 11 Step-by-Step and Build Professional Projects with Confidence-From the Ground Up to Advanced Techniques.

[b]What you'll learn[/b]

Route

Blade Templates and Views

Controllers

Database Model, Migration and Seeders

Query Builder

Eloquent ORM

Form and Validation

File Storage

HTTP Redirects

Query Builder Joins

Eloquent ORM Relations

Middleware

Authentication

Authorization

HTTP Responses

Mail

Blade Components

Session

Caching

Project: Ecommerce Cart Project

Queues And Background Processing

Observers, Event Listeners

Broadcasting

Service Container

API Basics

Hands on Projects

Real Time Messenger Project

Shopping Cart Project

Google Keep Clone

And More.

[b]Requirements[/b]

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

[b]Description[/b]

Unlock the power of Laravel 11 with our comprehensive course designed for both beginners and aspiring experts. "Laravel 11: From Basics to Advanced" is your one-stop resource to master the latest version of Laravel, the popular PHP framework known for its elegance and efficiency.This course takes you on a step-by-step journey through the fundamentals of Laravel, guiding you through advanced techniques and real-world applications. Whether you're new to web development or looking to refine your skills, this course will equip you with the knowledge and hands-on experience needed to build professional-grade applications.What You'll Learn:Laravel Essentials: Understand the core concepts of Laravel, including routing, controllers, models, and views.Database Management: Learn how to efficiently manage data using Laravel's powerful Eloquent ORM.Advanced Techniques: Dive into advanced topics like authentication, authorization, Service Container, Background Process, API development and more.Hands on Projects: Learn by doing Project you will build 4 project for make your grip more string on learning.Best Practices: Discover industry best practices to ensure your Laravel applications are scalable, maintainable, and secure.Why Choose This Course?Hands-On Learning: Work on professional projects that mirror real-world scenarios.Expert Instruction: Learn from an experienced developer with years of Laravel expertise.Lifetime Access: Revisit course materials anytime with lifetime access to the content.30-Day Money-Back Guarantee: Enroll with confidence, knowing you can get a full refund within 30 days if the course doesn't meet your expectations.By the end of this course, you'll have the skills and confidence to build and deploy sophisticated Laravel applications, making you a valuable asset in any web development team.

Overview

Section 1: Introduction

Lecture 1 Introduction

Section 2: 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 First Project

Lecture 5 1_Let's Install Our First Project

Section 4: Understanding Laravel Architecture

Lecture 6 1_Laravel File and Folder Structure

Lecture 7 2_Knowing MVC Architecture

Section 5: Laravel Artisan and Console

Lecture 8 1_Laravel Artisan

Lecture 9 2_Laravel Artisan Tinker

Section 6: 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: 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: 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: 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: 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: 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: 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: 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: HTTP Redirects

Lecture 72 1_HTTP Redirects

Section 15: 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: 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: 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: 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: 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: 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: HTTP Responses

Lecture 122 1_Responses - Redirect Responses

Lecture 123 2_Responses - Other Response Types

Section 22: 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: 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: 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: 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: Project Ecommerce Cart Project

Lecture 144 1_Project - Template Overview

Lecture 145 2_Project - Installing Breeze

Lecture 146 3_Project - Mastering Template (Part - 1)

Lecture 147 4_Project - Mastering Template (Part - 2)

Lecture 148 5_Project - Create Seeder for Admin

Lecture 149 6_Project - Working with Admin Dashboard

Lecture 150 7_Project - Product Create Form (Part -1)

Lecture 151 8_Project - Product Create Form (Part -2)

Lecture 152 9_Project - Product Create Form (Part -3)

Lecture 153 10_Project - Creating Migrations

Lecture 154 11_Project - Handle Validation in Create Form

Lecture 155 12_Project - Storing Create Form Data (Part -1)

Lecture 156 13_Project - Storing Create Form Data (Part -2)

Lecture 157 14_Project - Show Data In Index Page

Lecture 158 15_Project - Working with Update Feature (Part -1)

Lecture 159 16_Project - Working with Update Feature (Part -2)

Lecture 160 17_Project - Working with Delete Feature

Lecture 161 18_Project - Showing dynamic products

Lecture 162 19_Project - Working with Product Details Page

Lecture 163 20_Project - Add to Cart Feature (Part -1)

Lecture 164 21_Project - Add to Cart Feature (Part -2)

Lecture 165 22_Project - Add to Cart Feature (Part -3)

Lecture 166 23_Project - Add to Cart Feature (Part -4)

Lecture 167 24_Project - Show Cart Items (Part -1)

Lecture 168 25_Project - Show Cart Items (Part -2)

Lecture 169 26_Project - Remove Product from Cart

Lecture 170 27_Project - Increment and Decrement of Quantity

Lecture 171 28_Project - Adding Total Calculation

Lecture 172 29_Project - Adding Alerts

Lecture 173 30_Project - Fixing Image Issues

Section 27: Queues And Background Processing

Lecture 174 1_Queues Introduction

Lecture 175 2_Creating The First Job And Configuring Queues

Lecture 176 3_Job -Queueing an email

Section 28: Observers, Event & Listeners

Lecture 177 1_Model Observers

Lecture 178 2_Events & Listeners

Section 29: Broadcasting

Lecture 179 1_Broadcasting - Introduction

Lecture 180 2_Broadcasting - What is Channels

Lecture 181 3_Broadcasting - Creating Pusher Account

Lecture 182 4_Broadcasting - Setting up Credentials and Necess

Lecture 183 5_Broadcasting - Firing Event On Public Channel

Lecture 184 6_Broadcasting - listening to Events with Laravel

Lecture 185 7_Broadcasting - Private Channel Introduction

Lecture 186 8_Broadcasting - Working with Private Channel (Par

Lecture 187 9_Broadcasting - Working with Private Channel (Par

Lecture 188 10_Broadcasting - Passing Parameter in Private Cha

Lecture 189 11_Broadcasting - Working with Presence Channel

Section 30: Project - Chat App

Lecture 190 1_Project - Template Overview

Lecture 191 2_Project - Template Mastering

Lecture 192 3_Project - Setting up Pusher

Lecture 193 4_Project - Showing Dynamic Content on Sidebar ( Part -1)

Lecture 194 5_Project - Showing Dynamic Content on Sidebar ( Part-2)

Lecture 195 6_Project - Adding a Loader Placeholder

Lecture 196 7_Project - Message Storing Feature ( Part - 1)

Lecture 197 8_Project - Message Storing Feature ( Part - 2)

Lecture 198 9_Project - Message Storing Feature ( Part - 3)

Lecture 199 10_Project - Message Storing Feature ( Part - 4)

Lecture 200 11_Project - Message Storing Feature ( Part - 5)

Lecture 201 12_Project - Message Storing Feature ( Part - 6)

Lecture 202 13_Project - Message Storing Feature ( Part - 7)

Lecture 203 14_Project - Message Storing Feature ( Part - 8)

Lecture 204 15_Project - Message Storing Feature ( Part - 9)

Lecture 205 16_Project - Message Storing Feature ( Part - 10)

Lecture 206 17_Project - Working with User Presence

Section 31: Service Container, Provider, Dependency Injection and More

Lecture 207 1_Dependency Injection

Lecture 208 2_Service Container

Lecture 209 3_Service Provider

Lecture 210 4_Service Provider with Service Class

Lecture 211 5_Facades

Lecture 212 6_Trait

Lecture 213 7_Helper Functions

Lecture 214 8_route model bindings

Section 32: Localizations

Lecture 215 1_Introduction to Localization and Basic Example

Lecture 216 2_Localization - Another Example (Part -1)

Lecture 217 3_Localization - Another Example (Part -2)

Section 33: Artisan Console

Lecture 218 1_Artisan Console - Create a Laravel Command

Lecture 219 2_Artisan Console - Creating Logic for Command

Lecture 220 3_Artisan Console - Passing Arguments in Command

Lecture 221 4_Artisan Console - Passing Options in Command

Lecture 222 5_Artisan Console - Ask For Values

Lecture 223 6_Artisan Console - Showing Progress bar in Command

Section 34: API Basics

Lecture 224 1_API - Introduction to API

Lecture 225 2_API - REST - Http Verbs

Lecture 226 3_API - Http Status Codes

Lecture 227 4_API - Setting up Dummy Data For Work

Lecture 228 5_API - Installing Post Man

Lecture 229 6_API - Publishing API Assets and Dissociation Abo

Lecture 230 7_API - Get Data From Database Get Method

Lecture 231 8_API - Save Data in Database POST Method

Lecture 232 9_API - Update Data in Database PUT Method

Lecture 233 10_API - Get a Specific Row Get Method

Lecture 234 11_API - Delete Data in Database DELETE Method

Lecture 235 12_API - Search in API

Lecture 236 13_API - API Resource Controller

Section 35: Project - Google Keep Clone

Lecture 237 1_Project - Template Overview

Lecture 238 2_Project - Project Planning

Lecture 239 3_Project - Installing Authentication System

Lecture 240 4_Project - Mastering Template

Lecture 241 5_Project - Update Profile Feature

Lecture 242 6_Project - Creating Migration and Model

Lecture 243 7_Project - Working with Create Feature

Lecture 244 8_Project - Show Created Notes

Lecture 245 9_Project - Working with Note Update Feature

Lecture 246 10_Project - Working with Note Appearance Color Fe

Lecture 247 11_Project - Working with Note Appearance Image

Lecture 248 12_Project - Note Archive Feature

Lecture 249 13_Project - Fixing Some Issues

Lecture 250 14_Project - Working with Note Delete Feature

Lecture 251 15_Project - Working with Search Feature

Lecture 252 16_Project - Finishing

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.

[Image: L6LNoqZR_o.jpg]

[To see links please register or login]


[To see links please register or login]


[To see links please register or login]

[Image: signature.png]
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Official Partner:

lifestylereview.net

1 Click Donate
  1 Click Donate