Laravel From Scratch 2022 | 4+ Hour Course - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

Laravel From Scratch 2022 | 4+ Hour Course

Watch Web Development Traversy Media Video: Laravel From Scratch 2022 | 4+ Hour Course.
Learn the Laravel PHP framework from scratch by building a job listings application with Laravel 9 and MySQL.

⭐ Sponsor:
https://linode.com/traversy

💻 Github Repo:
https://github.com/bradtraversy/laragigs

💻 Gists:
Laravel Valet Setup:
https://gist.github.com/bradtraversy/b58f74cd863a465068eaeaae1544d9be
Laravel Xampp Setup:
https://gist.github.com/bradtraversy/7485f928e3e8f08ee6bccbe0a681a821
MySQL Cheat Sheet:
https://gist.github.com/bradtraversy/c831baaad44343cc945e76c2e30927b3

👇 PHP OOP MVC Udemy Course:
https://www.udemy.com/course/object-oriented-php-mvc

💖 Show Support
Patreon: https://www.patreon.com/traversymedia
PayPal: https://paypal.me/traversymedia

👇 Follow Me On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy

Timestamps:
0:00 - Intro
1:30 - Linode Sponsor
2:13 - Project Demo
6:21 - Setting Up Laravel
13:50 - Routing & Responses
19:28 - Wildcard Endpoints
20:16 - Route Constraints
21:06 - Die Dump Helpers
22:30 - Request & Query Params
26:26 - API Routes
28:26 - View Basics & Passing Data
32:36 - Blade Templates & Basic Directives
36:42 - Creating a Basic Model
43:46 - Database Setup & Config
46:03 - Create Database & User
48:44 - Creating Database Migrations
52:44 - Running Migrations
54:06 - Database Seeding
58:29 - Create an Eloquent Model
1:02:49 - Creating a Factory
1:07:18 - Creating a Layout & Sections
1:09:54 - Adding the Theme HTML
1:19:02 - Template Partials
1:22:54 - Single Listing Formatting
1:26:00 - Route Model Binding
1:28:18 - Blade Components
1:32:53 - Component Attributes
1:35:20 - Tags Component
1:40:38 - Controllers
1:44:09 - Resource Method Naming
1:46:34 - Using a Layout Component
1:49:08 - Tag Filter
1:57:31 - Search Filter
2:01:29 - Clockwork Package
2:04:05 - Create Listing Form
2:10:39 - Validation & Store Listing
2:23:30 - Mass Assignment Rule
2:27:20 - Flash Messages
2:32:49 - Alpine.js For Message Removal
2:36:33 - Keep Old Data In Form
2:38:46 - Pagination
2:45:20 - File Upload
2:57:24 - Edit Listing
3:09:16 - Delete Listing
3:13:32 - User Registration
3:30:00 - Auth Links
3:32:46 - User Logout
3:37:20 - User Login
3:47:02 - Auth & Guest Middleware
3:51:30 - Relationships
3:59:05 - Tinker Tinkering
4:01:35 - Add Ownership to Listings
4:05:31 - Manage Listings Page
4:14:22 - User Authorization

Published:
Category: Web Development Traversy Media
15 Views

Related Videos

  • Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation

    Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation

    by Best Webhosting Added 94 Views / 0 Likes

    In this video we will setup our environment. We will be using XAMPP which gives us an Apache server with PHP and MySQL. We will install Laravel with Composer and we will be using the Git Bash terminal and integrate it with Visual Studio Code CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp XAMPP SETUP: https://www.youtube.com/watch?v=6tCWiexc05U 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com

  • Laravel 5.5 API From Scratch Using Resources

    Laravel 5.5 API From Scratch Using Resources

    by Best Webhosting Added 78 Views / 0 Likes

    In this video we will be building an API from scratch using Laravel 5.5 API resources. We will create an article model and use seeds and factories to create dummy data and then build the api endpoints with a resource CODE: Code for this video https://github.com/bradtraversy/larticles_api BUILD A VUE.JS FRONTEND: https://www.youtube.com/watch?v=DJ6PD_jBtU0 • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBIST

  • Laravel From Scratch [Part 9] - User Authentication

    Laravel From Scratch [Part 9] - User Authentication

    by Best Webhosting Added 95 Views / 0 Likes

    In this video we will add user authentication. We also need to add a user_id column in the posts table in the database. We will implement full login and register functionality CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free

  • Laravel From Scratch [Part 11] - Access Control

    Laravel From Scratch [Part 11] - Access Control

    by Best Webhosting Added 87 Views / 0 Likes

    In this video we will implement access control so guests can not add posts and users can only edit and delete their own posts. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http:

  • Popular Laravel From Scratch [Part 1] - Series Introduction

    Laravel From Scratch [Part 1] - Series Introduction

    by Best Webhosting Added 103 Views / 0 Likes

    In this video I will talk about what Laravel is and also give you a demo of what we will be building. Laravel is the most popular open source PHP framework and uses the MVC (Model View Controller) design pattern. We will be covering all of the fundamentals of Laravel 5.4 in this series including.... Routing Controllers Models & DB Migrations Blade Templates/Views Authentication & Access Control CRUD Functionality File Uploading Much More... CODE: Comp

  • Laravel From Scratch [Part 10] - Model Relationships

    Laravel From Scratch [Part 10] - Model Relationships

    by Best Webhosting Added 98 Views / 0 Likes

    In this video we will create a relationship between users and blog posts. We will add the users posts to their dashboard and make it so when they insert a post the user id also gets put in the table. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of t

  • Laravel From Scratch [Part 3] - Basic Routing & Controllers

    Laravel From Scratch [Part 3] - Basic Routing & Controllers

    by Best Webhosting Added 73 Views / 0 Likes

    In this video we will create some routes and a controller for our pages. Ill show you how to load a view from a controller function CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support:

  • Laravel From Scratch [Part 7] - Forms & Saving Data

    Laravel From Scratch [Part 7] - Forms & Saving Data

    by Best Webhosting Added 89 Views / 0 Likes

    In this video we will be creating a form using Laravel Collective to submit blog posts to the database. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/travers

  • Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    by Best Webhosting Added 70 Views / 0 Likes

    In this video we will wrap up our application and add file uploading for blog posts. I hope you guys enjoyed this Laravel series. I will look into deployment soon! CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, plea

  • Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    by Best Webhosting Added 96 Views / 0 Likes

    In this video I will show you how to start working with Eloquent which is an ORM (Object Relational Mapper) and it makes working with the database models VERY easy CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, plea

  • Popular Laravel From Scratch [Part 8] - Edit & Delete Data

    Laravel From Scratch [Part 8] - Edit & Delete Data

    by Best Webhosting Added 142 Views / 0 Likes

    In this video we will create the post edit form using Laravel Collective. We will also add the delete functionality and look at method spoofing CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show yo

  • Laravel From Scratch [Part 5] - Models & Database Migrations

    Laravel From Scratch [Part 5] - Models & Database Migrations

    by Best Webhosting Added 99 Views / 0 Likes

    In this video we will start to work with models and database migrations. We will use MySQL as our data store. We will be creating a model and database table for our blog posts CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT COURSE: Coming Soon..... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/trave

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS