Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering Laravel 11 - The Complete Reference Guide
Rating: 4.7 out of 5(7 ratings)
76 students

Mastering Laravel 11 - The Complete Reference Guide

Learn Laravel 11,Eloquent ORM,REST API's, Authentication, Authorization,Storage,Jobs-From Scratch Step By Step
Last updated 2/2025
English

What you'll learn

  • Learn How To Setup Development Environment for Laravel 11 Development
  • Learn How to Create Models, Controllers and Views
  • Learn How to develop data driven Pages using Laravel Eloquent ORM
  • Learn How to implement Pagination, Sorting and Filter functionality
  • Learn How to perform Bulk Insert,Bulk Update and Bulk Delete Operations
  • Learn How to export data to Excel,CSV,PDF formats
  • Learn How to Perform Form Validations
  • Learn How to implement Authentication and Authorization
  • Learn How to Develop a REST API using Laravel
  • Learn How to Consume a Laravel REST API

Course content

54 sections194 lectures34h 26m total length
  • Preview of Entire Course - Part 119:29

    Preview the entire course structure for mastering Laravel 11, detailing setup, debugging, logging, blade directives, models, rest APIs, and error handling across sections 1–16, with a lead into section 17.

  • Preview of Entire Course - Part 222:37

    Preview the Laravel 11 course: from MySQL setup and Eloquent CRUD to migrations, form validations, authentication, REST API consumption, and advanced features like charts, file uploads, and seeding.

  • Installing PHP3:45

    Set up the development environment for Laravel 11 by installing PHP on Windows, extracting the PHP zip, moving to program files, configuring the system path, and verifying with php -v.

  • Enabling Essential PHP Extensions3:47

    Enable essential php extensions by editing php.ini, uncommenting curl, fileinfo, mbstring, openssl, pdo_mysql, sqlite, and zip, and configuring the extension directory to prepare for Laravel installation.

  • Installing Composer2:05

    Install composer, the PHP dependency manager, by downloading the composer setup, running the installer on Windows, and verifying via command prompt to access composer commands for Laravel development.

  • Installing Laravel Locally and Globally8:33

    Install Laravel using composer, create a new project locally or globally, and run it with php artisan serve to explore boilerplate code, Laravel 11, and PHP 8.3.

  • Installing Visual Code as an Editor3:36

    Learn to set up Visual Studio Code as the editor for Laravel development, install essential extensions like PHP IntelliSense, Laravel Blade Snippets, Laravel Snippets, and Laravel Go to View.

  • Complete Course Exercise Files0:53

    Download the course exercise files from resources link, extract zip to access four Laravel projects—basics, advanced demos, database first approach, and consume rest API demos—and run them with php artisan.

Requirements

  • Visual Studio Code Editor, PHP, Laravel
  • Basic Knowledge of PHP,JavaScript,jQuery,CSS,Bootstrap
  • Basic Knowledge of any SQL Database

Description

Laravel is  a Server side Web Application Development framework.

Laravel  makes it easier to create dynamic web sites.

Laravel is an open-source PHP framework, which is robust and easy to understand.

Laravel follows the MVC Architectural Design Pattern (Model View Controller). Laravel  was designed to help developers take applications from concept to completion as quickly as possible.

Laravel introduces the Eloquent ORM, which allows developers to design interactive database queries.

Laravel incorporates a query builder which helps in querying databases using various simple chain methods. It provides ORM (Object Relational Mapper) and ActiveRecord implementation called Eloquent.

Laravel eases designing authentication as it includes features such as register, change password,change profile information etc.

This course provides developers with a thorough knowledge in developing Web Applications using Laravel 11 MVC architectural Pattern.

In this course by development expert Kameswara Sarma Uppuluri, you'll learn all, essential concepts that you need to know to build Modern Web Applications using Laravel 11.

This course provides step-by-step walk-throughs and coding demos that you're encouraged to code along with to enhance the learning process.

This course is broken down into 54 Modules with each module providing source code so that you can follow along with Kameswara Sarma Uppuluri.

Who this course is for:

  • This course is for all web developers who want to learn Laravel 11 from scratch or enhance their existing Laravel skills to the next level.