Laravel 5.2 Basics

Created on December 28, 2018

In this video course you will learn how to build applications with Laravel 5.2. You will learn routing, controllers, views, models, and so much more. Take a look at the course breakdown below:


1. Introduction

In the first video we'll be giving you an introduction to what you can expect in the course.


2. Composer & The Laravel Installer

In this video we'll learn about installing composer and adding the Laravel installer to your machine. Now with a single command you can be up and running with a new Laravel app in a snap!


3. The Laravel File Structure

In this video we'll be talking about the basic file structure of a new Laravel App.


4. Routing

In this video we'll be talking about Routing. Learn how easy it is to create routes for your application using Laravel.


5. Artisan

Learn how to use the PHP artisan tool with Laravel. In this video we'll teach you about this command line and how to use it.


6. Models

In this video we'll teach you all about Models. We'll be talking about Eloquent Models and how easy Laravel makes it to interact with your database.


7. Relationships

In this video we'll teach you about relationships. Building relationships between 2 tables is super easy. Let's learn how to do this.


8. Views

In this video we'll teach you how to use Views in Laravel. By separating all our output into separate views we can make sure that our app is organized and easier to use.


9. Blade

In this video we'll teach you how to use the Blade Templating engine. Blade makes our view files much more readable and clean. Plus it's super fun to work with. Let's learn on.


10. Controllers

In this video we'll learn about Controllers. Controllers are where we store all the logic for our application. Let's learn more.


11. Authentication

In this video we'll teach you how you can easily build a full authentication system for your Laravel app in a matter of minutes.


12. Middleware

In this video we'll teach you all about Laravel Middleware and how you can use it to run code before page requests.


13. Migrations

In this video we'll be learning about Laravel Migrations. Now we can store our database schemas inside of a file and version control them.


14. Requests, CSRF, and Wrapping Up

In this video we'll be wrapping the series up. Before we wrap everything up we quickly wanted to talk about Requests and CSRF protection.


Hope you enjoyed the course!

Comments (0)

Laravel 5.2 Basics Introduction

14 videos (1 hour and 12 minutes)

Autoplay?

0% completed
Now Playing 1. Laravel 5.2 Basics Introduction
2. Composer & The Laravel Installer
3. The Laravel File Structure
4. Routing
5. Artisan
6. Models
7. Relationships
8. Views
9. Blade
10. Controllers
11. Authentication
12. Middleware
13. Migrations
14. Requests, CSRF, and Wrapping Up