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.
What you'll learn
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.
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
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 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.
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]