Ultimate Laravel Course From Scratch, Become Expert in Laravel PHP

This if a full course about the best PHP Framework Laravel. You will begin as absolute beginner and you will be amazed what you will acomplish at the end. Become Laravel Expert in a month and make money

This is Ultimate Laravel full course on YouTube. Check out the full table format bellow

In order for you to succeed in Laravel PHP I would consider going playlist by playlist and learn as much as you can. You will be amazed at what you will learn at the end of this course.

This course will include a lot of advanced things

What you'll learn

  • Learn to build applications using laravel
  • To install Laravel using Window
  • You will learn how use Laravel
  • You will learn how to use routes
  • You will learn how to create and use Controllers and what they are
  • You will learn how to create Views an what they are
  • You will learn to use the templating engine Blade
  • How to connect and use Databases
  • How to connect and use Databases
  • How to create migrations and what they are
  • How to create migrations and what they are
  • You will learn about Laravel ORM (Object Relational Mapper) and Raw SQL queries. Database stuff :)
  • How to use Laravel Tinker - Command line program to play around with Laravel without persisting data
  • Database: Eloquent One to One - CRUD
  • Database: Eloquent One to Many - CRUD
  • Database: Eloquent Polymorphic - CRUD
  • Database: Eloquent Many to Many - CRUD
  • Form Validation
  • laravel Collective
  • You will learn to download third party libraries to add to Laravel
  • You will learn about Middleware and security
  • You will learn about sesssions
  • You will learn to upload files
  • You will learn about sending emails
  • You will learn Github or version control
  • And lots of more cool things
  • To install a commenting system / Disqus
  • You will learn how to install a WYSIWYG editor

1- Laravel Introduction - Laravel From Scratch full course

# - Lecture Lecture Name Lecture Link
1 1- Laravel Introduction, Importance and Advantages when it comes to build Laravel PHP Applications Link
2 2- All tools and environments setup for Laravel. Very useful vscode Laravel extensions! Link
3 3 -Create Laravel Project and learn how to Use Different Versions in future Link
4 4- View our Laravel Project by creating virtual host or by using in built php artisan serve Link
5 5- Explanation of Laravel Folder Structure Link
6 6 - Introduction to Laravel Views and Routes. Learn about them, they are essential! Link
7 7- Learn about Laravel Controllers and what methods they contain. Link
8 8 - Passing Parameters Into Views Using Compact And With in-built method Link
9 9- Laravel Fun part, New Css And Javascript Scaffolding for laravel that wasn't there before Link
10 10 - Learn about Laravel Blade Templating And Passing Parameters Into The View Link
11 11- Laravel Migrations And Databases, Generate New Lavarel Migration, Run Migration Link
12 12- Register And Login User Laravel Users, Redirect them To Home View And Passing Auth Users info Link
13 13 Laravel Migrations, Rollback, Reset, Refresh and much more Link
14 14 Eloquent Models, Migrations And Settings. Final Lecture of this introduction part Link

2 - Laravel Crud Application - Laravel From Scratch, build simple crud application with php laravel

# - Lecture Lecture Name Lecture Link
1 1 - Continue working on previous project, Rename our Blog Route To Post Route And Use Route Names Link
2 2 Laravel Collective HTML From And Data Validation Link
3 3 - Establish Laravel Relationship Between Models and add csrf protection Link
4 4 - Add New Column In Posts Table Using Laravel Migration And Save Data Into Posts Table. Link
5 5 - Laravel Mass Assignment & Fillables and Redirect Users to spefic page in one go Link
6 6 - Lets include body And WYSIWYG HTML Editor in our Laravel application Link
7 7- Laravel List All Posts And Display Them In a Table Format. Link
8 8- Laravel edit functionality, We will edit Posts Link
9 9 Laravel Display Individual Post & Load All Of The Posts In Home Page using Pages Controller Link
10 10- Laravel Destroy or Delete Posts And Display Session Messages to notify users Link
11 11 Laravel Middleware- Restrict Access in the middleware And Create Pagination for the posts Link
12 12 Learn about File Upload and how to use certain file types Link
13 13 - Display Uploaded Images In the Main File, Add default Image Link
14 14- Laravel Order By And Paginate The Results Link
15 15 Laravel Link and Unlink Files When Deleting Posts Link

3- Laravel Premium Design - Laravel 7 Front End Design & Setup with NPM, Node Webpack and Sass

# - Lecture Lecture Name Lecture Link
1 1- Create The Laravel Project and name it Premium Link
2 2 - Bring Laravel Front end Scaffolding CSS and JavaScript Link
3 3 Lavrael Compiling Assets Using Laravel Mix Link
1 4 - Laravel Sass, Create Sass Files and Directories using 7-1 pattern Link
5 5 Laravel Sass 7 1 Architecture Finished Link
6 6 - Lets apply basic css reset into our Laravel Premium App Link
7 7 - Lets Use Css Grid For Our Layout. Laravel CSS GRID Link
8 8 - Educational Optional Video For Box Sizing Explained Link
9 9 - Laravel Working On The Navbar Adding Search And Some Links Link
10 10 Install Font Awesome With Node NPM , And Import Google API Fonts Link
11 11 Styling The Navbar And Add New Sass Component Link
12 12 Premium Navbar Finished and Styled Link
13 This lecture was removed by the author. You don't need id :) Link
14 14 Laravel Optional Header Styling With Flexbox Properties Link
15 15 Laravel Hero Section, browser support "Can I Use" And Other Valuable Resources Link
16 16 Laravel Hero Section Styling With Overlays, Linear Gradient, Border Gradients Link
17 17 Hero Image Webkit Background Clip And Fill Color To Create Nice Effect Link
18 18 - Laravel Premium Main Content HTML Markup Link
19 19 Main Cards CSS Styling With Hover Effects, Transitions And Scale Link
20 20 -Laravel Styling And Absolute Positioning The Button Link
21 21- Card Content, Z Index And Position It Absolute To The Rest Of The Card Link
22 22 Laravel Premium Section Cards Finished With JQuery Animate, to animate card sliding effect Link
23 23 Footer Markup And More Sass Link
24 24 Footer Finished, Styled with Flexbox Link
25 25 Lest Create the left Sidebar, Markup And Styling Link
26 26 - Laravel Sidebar Finished using JavaScript Moseover And Mouse out Function Link
27 27 - Starting New Section Creating The Single Blog Page To Display Individual Post Link
28 28 Lets add Comments Section in our Blog Post Markup only Link
29 29 Laravel Finally Comments Section Finished Markup With Reply! Tree-Based commenting style Link
30 30 Laravel Blog Post Finished Link
31 31 Laravel How we can style the Login Page? Find out Link
32 32 Laravel Login & Registration further styling... Link
33 33 Creating Master Blade App Layout File And Simplify Other Files Link
34 34 Final Stage of Designing Phase for Laravel Premium Link

5 -Laravel PHP Framework Tutorial - Full Course for Beginners (2020) | Build a News App with Laravel 7

# - Lecture Lecture Name Lecture Link
1 1 How To Update / Upgrade to Laravel 7 Or To The Newest Laravel Version Link
2 2 - How to Install Laravel 7* 2020 Step by step | Auth | NPM install | NPM Run dev | nodejs Link
3 3 Laravel Pages Controller we create new pages for our laravel project Link
4 4 Laravel Landing Page Controller, Migration, Register new user in Users Table Link
5 5 Laravel Tutorial about using Prefix, Middlewere, Name In Routes Link
6 6 Laravel User Authentication Tutorial - Display The Authenticated User And Link To Its Profile Link
7 7 Laravel HTML Collective Form Installation ("2020") plus Edit functionality Link
8 8 Laravel Update Method 2020, Update Users and Laravel Redrect Users to specific location Link
9 9 Laravel Redirect to Working on Post Section & Post Model & Laravel Posts Migration Link
10 10 Laravel PHP How to Create Create HTML Collective Form, Create New Post & User Relation Link
11 11 Laravel Relate The Post Created By Which Authenticated User With Redirect And Session Message Link

6 - Laravel File/Photo Upload , Single File Upload And Mutliple File Upload With Laravel 2020

# - Lecture Lecture Name Lecture Link
1 1 Laravel In this Video We Will Enable Users to Upload Files on their profile Link
2 2 Laravel Table Reference with User Id as Foreign Key & Upload Photo Link
3 3 Laravel Display & Load Profile Image Into The Index View Link

7.Laravel Application Multiple Post Images Upload

# - Lecture Lecture Name Lecture Link
1 1 Laravel Multiple Images Upload For User When They Submit Posts Link
2 2 Laravel Display All Of The Post For The Particular User In A Table Format Link
3 3 Laravel and Bootstrap Carousel For The Post Images Link
4 4 Laravel Lets Bring All Posts to Display in The Landing Page, Using LandingPages Controller Link
5 5 Laravel Using Carbon For Dates And Sluggable, Making Seo Friendly Links using sluggable Link
6 6 Laravel New Route For Individual Post, Laravel Slugg And Laravel Pagination and fancy links Link
7 7. Getting All Of The Data For The Particular Post And Show It In The View. Link
8 8 Laravel Web Routes, Adding Direct Route To User Profile Page So We can link the pages Link

8- Laravel Search Functionality, Laravel Searching Posts

1 1 Laravel Search Functionality, Search Data, Search Products, Posts, Search Mysql records Link

9- Laravel Admin - Create Laravel Admin Functionality and Make Your Application More Robust and Secure. Multi Admin Authentication

# - Lecture Lecture Name Lecture Link
1 1. Laravel Admin Theme For Our Project, Compiling Multiple Assets With Webpack Into One Link
2 2 Laravel Multiple Level Of Authentication Enabling Our Application To Have Admins Link
3 3 Laravel Create New Creating, Separate Admin Login View And Fixing The Routes Link
4 4 Laravel Multi Auth Middleware Finished and Successfully Admin Loggin In To Dash Link
5 5 Laravel Admin, Creating Master Layout And Simplify And Scale Our Project Using the Theme We Have Link
6 6 - Laravel Admin And Defining Namespaces And Prefixes In Our Routes Web File Link
7 7 Laravel View All Users In Admin Panel And Edit And Delete Links Created Link
8 8 Laravel Delete Users, Using Foreign Key In Posts Table For The Users. Foreign Key Relationship Link

Course Resources For Course Sections:

# Lecture Part Number Resource Link
1 1- Laravel Introduction, Importance and Advantages when it comes to build Laravel PHP Applications Files Are Included in The Section Below
2 (Files for Section 1 and Two) 1- Laravel Introduction + 2 - Laravel Crud Application
3 3- Laravel Premium Design
4 Complete LaraUltiPro For The Rest Of the Chapters

About TheodoreCoding

TheodoreCoding is site where we publish all of our web development articles, courses and YouTube Content. This content is owned by Rick Sekuloski, which is owner of this site and the courses and Youtube Channel. Here people can find relevant information regarding any news from IT world, latest web development techniques and etc. Our goal is simple to create fun and interesting content for our viewers. Here you can find udemy coupons for some courses or promotions.