Beginning Laravel 9 - From Novice To Professional (2022) (updated 1/2023)
Beginning Laravel 9 - From Novice To Professional (2022)
Last updated 1/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English
| Size: 13.56 GB[/center]
| Duration: 30h 37m
Get from novice to professional in Laravel by learning the concepts and build Two Real World Laravel projects
What you'll learn
Learn the Laravel concept and how to apply it to build real-world projects
Practice your Laravel skills with challenges and assignments (solutions included)
Leverage Laravel Eloquent to communicate with any databases in easy and elegant way
Build 2 amazing real-world projects for your portfolio and become job-ready programmer
Write clean code with Laravel
Requirements
You should be familiar with the basics of HTML and PHP
You should have basic understanding of Object Oriented Programming
Description
** This course was updated in December 2022 **Welcome to Beginning Laravel - From novice to professional! The most up-to-date resource online for learning Laravel!Are you ready to take your web development skills to the next level? Look no further, because our Laravel course is here to help you become a professional in one of the most popular PHP frameworks on the market.Our course starts with the basics, introducing you to the Laravel framework and walking you through the process of setting up a development environment. From there, we'll dive into the core concepts of Laravel, including routing, controllers, views, and more.You'll learn how to build robust and scalable applications using Laravel's elegant syntax and tools. As you progress through the course, you'll work on real-world projects that will help you put your skills into practice and build your portfolio.By the end of this course, you'll have a solid understanding of how to build and maintain Laravel applications at a professional level.Don't just take our word for it - check out what our students have to say:"A good course that touches on pretty much most of the fundamental topics of learning/using Laravel.My goal after a year-and-a-half of writing PHP procedurally was to learn a framework and I'm glad I chose this course to get started doing so" - Jacob P."This is the best course I have learned on udemy. The teacher is focusing really good on subject and give it in linear way. I think I am getting professional knowledge that will help me in my work. Thank you very much mister." - Mohammed M."I rarely rate any course. I Already bought 4 Laravel courses, and I think this is the best course. Instructor gives different solutions/methods to solve a single problem. Clear explanation". Mohd Rushdi.So why wait? Start your journey to becoming a professional Laravel developer today! Enroll now and join the hundreds of students who have already benefited from our comprehensive and hands-on course. We can't wait to see what you'll build with your new skills.Update Histories:11/11/2022 - Re-recorded some lectures with Laravel 9 (total 6 hours)21/05/2022 - Added new content:One-to-one relationshipBuild settings featureBuild author profile page on Larapics app02/04/2022 - Added new section: Authorization01/03/2022 - Added new section: Working with Blade components20/02/2022 - Added new section: Build a new project with Laravel 910/01/2022 - Update course curriculum to support Laravel 801/01/2022 - Added new section: Working with File Storage06/05/2020 - Added Handling File upload04/06/2020 - Added N+1 Query Problem & Eager Loading02/03/2020 - Added new content about tidying up the code01/15/2020 Updated contents on Setting up Local development environmentAdded fresh content about Authentication in Laravel 6.x12/15/2019 - Added new content about Query scopes11/20/2019 - Added fresh content with Laravel 6.x04/02/2018 - Added course contents About customizing Authentication with Laravel 5.6 Includes:Authentication redirectionBasic Login Form customizationAdvance Login Form customization
Overview
Section 1: Introduction
Lecture 1 Welcome
Lecture 2 Project Repositories
Section 2: Setting up our Laravel Development Environment
Lecture 3 Section Introduction (DON'T SKIP unless you have dev environment setup)
Lecture 4 Setting up Local Development on Windows - Installing XAMPP
Lecture 5 Setting up Local Development on Windows - Install Composer & Laravel Installer
Lecture 6 Upgrade PHP version on XAMPP (OPTIONAL)
Lecture 7 Setting up Local Development on Mac - Install Homebrew, PHP, MySQL and Composer
Lecture 8 Setting up Local Development on Mac - Installing Valet
Lecture 9 Alternative Local Development Environment - Installing Laravel Sail
Lecture 10 Other Tools to install
Lecture 11 My Visual Studio Code Editor settings
Section 3: Getting started with Laravel
Lecture 12 Setting up new Laravel project
Lecture 13 Laravel project structure
Lecture 14 Artisan CLI & Tinker
Section 4: Routing
Lecture 15 Defining our first routes
Lecture 16 Routes Parameters
Lecture 17 Constraining the route parameter format
Lecture 18 Named routes
Lecture 19 Route groups
Lecture 20 Fallback routes
Section 5: Views and Blade Template
Lecture 21 Displaying data in the Blade template
Lecture 22 Creating our first view
Lecture 23 Exercise 1 - Creating view for contacts-create route
Lecture 24 Passing data to the views
Lecture 25 Another approach passing data to the views
Lecture 26 Building application layout
Lecture 27 Blade template inheritance
Lecture 28 Exercise 2 - Using blade template inheritance
Lecture 29 Including sub-views
Lecture 30 Blade control statements and loops
Lecture 31 Controlling loops and loop variables
Lecture 32 Rendering views for collection
Lecture 33 Styling the empty view
Lecture 34 Create landing page for our app
Section 6: Controllers
Lecture 35 Creating our first controller
Lecture 36 Exercise 3 - From routes to controllers
Lecture 285 Some handy methods when working with uploaded file [Legacy]
Lecture 286 Tidying up our Profile Controller [Legacy]
Section 32: Working with File Storage [Legacy]
Lecture 287 Setting up File Storage [Legacy]
Lecture 288 Retrieving Files [Legacy]
Lecture 289 Storing Files [Legacy]
Lecture 290 Copying, moving and deleting files [Legacy]
Lecture 291 Working with Directories [Legacy]
Lecture 292 Implementing File Storage in our Application [Legacy]
Section 33: Contact App : Add new feature to manage companies [Legacy]
Lecture 293 Section Introduction [Legacy]
Lecture 294 Create Resource Controller for Companies [Legacy]
Lecture 295 Displaying all companies [Legacy]
Lecture 296 Filtering companies data [Legacy]
Lecture 297 Create, Show, Edit & Destroy company [Legacy]
Lecture 298 Setting up the active menu dynamically [Legacy]
Section 34: Contact App - Bug fixing [Legacy]
Lecture 299 Section Introduction
Lecture 300 Fixing 404 Error when updating contact
Lecture 301 Fixing Search Feature issue
Lecture 302 Fixing the pagination issue on search results
Lecture 303 Fixing issue on companies dropdown when searching contact
Section 35: Authentication Tips [Legacy]
Lecture 304 Introduction
Lecture 305 Authentication Scaffolding
Lecture 306 Custom Authentication Redirection
Lecture 307 Login Form Customization
Lecture 308 Advance Login Form Customization
Lecture 309 Build Update Current User's Profile and Password Form - Part 1 of 2
Lecture 310 Build Update Current User's Profile and Password Form - Part 2 of 2
Section 36: Building Blog [Legacy]
Lecture 311 Install New Laravel Project
Lecture 312 Setup Application Layout
Lecture 313 Create Posts table using Database Migration
Lecture 314 Insert Posts table with dummy data using Database Seed & Faker
Lecture 315 Display all posts - Part 1
Lecture 316 Display all posts - Part 2
Lecture 317 Display all posts - Part 3
Lecture 318 Display all posts - Part 4
Lecture 319 Show the Blog Post/Post Detail
Lecture 320 Make the Blog Post SEO Friendly
Lecture 321 Enable Markdown Support
Lecture 322 Create Post Categories
Lecture 323 Filter the posts by category - Part 1
Lecture 324 Filter the posts by category - Part 2
Lecture 325 Filter the posts by category
This course is meant for students already familiar with the basics of HTML, PHP and have basic understanding of OOP,PHP Developers who want to take their skill to the next level,Anyone who want to learn Laravel in efficient way
[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. ]