Section 1 : The first steps

Lecture 1 INTRODUCTION TO BRAINMEASURES PROCTOR SYSTEM
Lecture 2 Introduction to laravel and MVC 00:03:11 Duration
Lecture 3 Reference files 00:02:11 Duration

Section 2 : Windows - Local Environment Setup

Lecture 1 New - Tools 00:19:02 Duration
Lecture 2 New - Using MySQL 00:09:09 Duration
Lecture 3 New- Installing Node 00:03:19 Duration
Lecture 4 New - Installing Laravel 00:13:09 Duration

Section 3 : MAC- Local Environment Setup

Lecture 1 About Certification
Lecture 2 NEW - PHP Upgrade 00:05:58 Duration
Lecture 3 New - Installing and Using MySQL on MAC OS X 00:10:12 Duration
Lecture 4 New - Installing Node 00:07:31 Duration
Lecture 5 New - Tools and Installing Laravel 00:18:37 Duration
Lecture 6 New - Using Valet in your Laravel projects - OPTIONAL 00:08:22 Duration

Section 4 : Laravel Fundamentals - Routes

Lecture 1 INTRODUCTION TO BRAINMEASURES PROCTOR SYSTEM
Lecture 2 New UPDATE - Serving our App 00:05:21 Duration
Lecture 3 New UPDATE - Please Watch 00:01:49 Duration
Lecture 4 New - Laravel Structure Overview 00:11:11 Duration
Lecture 5 Route Introduction 00:00:59 Duration
Lecture 6 Routes part 1 00:08:48 Duration
Lecture 7 Routes part 2 00:04:38 Duration
Lecture 8 Naming Routes 00:06:33 Duration

Section 5 : Laravel Fundamentals - Controllers

Lecture 1 Intro to chapter with Edwin 00:01:33 Duration
Lecture 2 Creating Controllers 00:08:21 Duration
Lecture 3 Laravel 8 - IMPORTANT UPDATE
Lecture 4 Routing Controllers 00:04:15 Duration
Lecture 5 Passing data 00:02:54 Duration
Lecture 6 Resources and Controllers 00:07:55 Duration

Section 6 : Laravel Fundamentals - Views

Lecture 1 Intro to chapter with Edwin 00:00:31 Duration
Lecture 2 Creating views and custom method 00:08:53 Duration
Lecture 3 Passing data to views 00:09:00 Duration

Section 7 : Laravel Fundamentals - Laravel Blade templating engine

Lecture 1 Intro to chapter with Edwin 00:01:18 Duration
Lecture 2 Master layout setup 00:07:50 Duration
Lecture 3 Some more blade features 00:06:00 Duration

Section 8 : Laravel Fundamentals - Database - Laravel Migrations

Lecture 1 Intro to chapter with Edwin 00:01:34 Duration
Lecture 2 Environment configurations 00:07:24 Duration
Lecture 3 New - Windows OS - Migrations 00:10:53 Duration
Lecture 4 New - MAC OS - Migrations 00:08:53 Duration
Lecture 5 Creating migrations and dropping them 00:08:48 Duration
Lecture 6 Adding columns to existing tables using migrations 00:08:24 Duration
Lecture 7 Some more migration commands 00:03:38 Duration

Section 9 : Laravel Fundamentals - Raw SQL Queries

Lecture 1 Section Intro with Edwin Diaz 00:01:10 Duration
Lecture 2 Inserting data 00:09:21 Duration
Lecture 3 Reading Data 00:05:08 Duration
Lecture 4 Updating Data 00:02:49 Duration
Lecture 5 Deleting Data 00:02:49 Duration

Section 10 : Laravel Fundamentals - Database - Eloquent ORM

Lecture 1 Section Intro with Edwin Diaz 00:01:03 Duration
Lecture 2 Reading Data 00:14:27 Duration
Lecture 3 Reading Finding with Constraints 00:05:37 Duration
Lecture 4 More ways to retrieve data 00:05:06 Duration
Lecture 5 Inserting Saving Data 00:05:31 Duration
Lecture 6 Creating data and configuring mass assignment 00:05:32 Duration
Lecture 7 Updating with Eloquent 00:03:38 Duration
Lecture 8 Deleting Data 00:04:30 Duration
Lecture 9 Soft Deleting Trashing 00:08:37 Duration
Lecture 10 Retrieving deleted trashed records 00:05:47 Duration
Lecture 11 Restoring deleted trashed records 00:03:53 Duration
Lecture 12 Deleting a record permanently 00:04:20 Duration

Section 11 : Laravel Fundamentals - Database - Eloquent Relationships

Lecture 1 Section intro with Edwin Diaz 00:01:42 Duration
Lecture 2 One to One relationship 00:12:39 Duration
Lecture 3 The inverse relation 00:03:29 Duration
Lecture 4 One to many relationship 00:06:02 Duration
Lecture 5 Some random tips 00:01:54 Duration
Lecture 6 Many to many relations part 1 00:06:14 Duration
Lecture 7 Many to many relations part 2 00:08:49 Duration
Lecture 8 Querying intermediate table 00:12:54 Duration
Lecture 9 Has many through relation part 1 00:06:48 Duration
Lecture 10 Has many through relation part 2 00:09:45 Duration
Lecture 11 Polymorphic relation part 1 00:04:42 Duration
Lecture 12 Polymorphic relation part 2 00:12:03 Duration
Lecture 13 Polymorphic relation the inverse 00:04:37 Duration
Lecture 14 Polymorphic relation many to many part 1 00:07:41 Duration
Lecture 15 Polymorphic relation many to many part 2 00:04:53 Duration
Lecture 16 Polymorphic relation many to many - retrieving 00:11:07 Duration
Lecture 17 Polymorphic relation many to many - retrieving owner 00:07:59 Duration

Section 12 : Laravel Fundamentals - Database - Tinker

Lecture 1 Section Intro with Edwin Diaz 00:01:12 Duration
Lecture 2 Creating data with tinker 00:06:17 Duration
Lecture 3 Finding record and using constraints in tinker 00:02:14 Duration
Lecture 4 Updating and deleting with tinker 00:05:31 Duration
Lecture 5 Playing around with relations in tinker 00:03:08 Duration

Section 13 : Database - Eloquent One to One Relationship CRUD

Lecture 1 Section intro with Edwin Diaz 00:01:42 Duration
Lecture 2 New - Create a new laravel project with migrations
Lecture 3 Database configuration and migration 00:04:27 Duration
Lecture 4 Setting up Relations 00:03:57 Duration
Lecture 5 Creating data for user 00:09:02 Duration
Lecture 6 Updating Data 00:06:02 Duration
Lecture 7 Reading and deleting data 00:04:07 Duration

Section 14 : Database - Eloquent One to Many Relationship CRUD

Lecture 1 New - Create a new Laravel Project
Lecture 2 Database migrations 00:04:24 Duration
Lecture 3 Relationships and mass assignment 00:02:30 Duration
Lecture 4 Inserting Data 00:09:11 Duration
Lecture 5 Reading Data 00:06:29 Duration
Lecture 6 Updating Data 00:04:09 Duration
Lecture 7 Deleting Data 00:03:24 Duration

Section 15 : Database - Eloquent Many to Many Relationship CRUD

Lecture 1 New - Create a new Laravel Installation
Lecture 2 Database migrations
Lecture 3 Relationships and mass assignment 00:02:22 Duration
Lecture 4 Inserting Data 00:05:51 Duration
Lecture 5 Reading Data 00:04:43 Duration
Lecture 6 Updating Data 00:05:16 Duration
Lecture 7 Deleting Data 00:04:10 Duration
Lecture 8 Attaching, detaching and syncing 00:10:25 Duration

Section 16 : Database - Eloquent Polymorphic Relationship CRUD

Lecture 1 New - Create a Laravel installation with the Database setup
Lecture 2 Relationships and mass assignment 00:03:15 Duration
Lecture 3 Inserting Data 00:04:51 Duration
Lecture 4 Reading Data 00:02:09 Duration
Lecture 5 Updating Data 00:02:48 Duration
Lecture 6 Deleting Data 00:02:12 Duration
Lecture 7 Extra techniques 00:06:52 Duration

Section 17 : Database - Eloquent Polymorphic Many to Many Relationship CRUD

Lecture 1 Creating a New Project with some Migrations - Classwork
Lecture 2 Relationships and mass assignment 00:02:22 Duration
Lecture 3 Inserting Data 00:05:07 Duration
Lecture 4 Reading and updating data 00:07:28 Duration
Lecture 5 Deleting Data 00:05:55 Duration

Section 18 : Forms and Validation

Lecture 1 Section Intro with Edwin Diaz 00:00:29 Duration
Lecture 2 Setting up migration and relations 00:02:06 Duration
Lecture 3 Setting up views and routes 00:05:10 Duration
Lecture 4 4-Setting the markup for create 00:04:10 Duration
Lecture 5 Setting up the controller and view 00:04:36 Duration
Lecture 6 Persisting data to database 00:03:18 Duration
Lecture 7 Reading data 00:07:52 Duration
Lecture 8 Showing individual posts and updating 00:05:53 Duration
Lecture 9 Preparing the edit view and setting up the token 00:06:49 Duration
Lecture 10 10- Editing records and redirecting 00:04:24 Duration
Lecture 11 11- Deleting 00:05:38 Duration

Section 19 : Forms - Package and validation

Lecture 1 Section intro with Edwin Diaz 00:00:18 Duration
Lecture 2 Installing package and testing 00:07:12 Duration
Lecture 3 Modifying our create form with the form package 00:08:37 Duration
Lecture 4 Modifying our edit and delete forms with the form package 00:08:50 Duration
Lecture 5 Basic validation 00:04:28 Duration
Lecture 6 Displaying errors 00:06:59 Duration
Lecture 7 Advance validation 00:05:25 Duration
Lecture 8 Creating snippets with PhpStorm 00:04:13 Duration

Section 20 : Database - Some more model manipulation

Lecture 1 Section Intro with Edwin Diaz 00:00:40 Duration
Lecture 2 Dates 00:07:06 Duration
Lecture 3 Accessors 00:05:31 Duration
Lecture 4 Mutators 00:03:35 Duration
Lecture 5 Query Scope 00:05:36 Duration

Section 21 : Forms - Uploading files

Lecture 1 Section intro with Edwin Diaz 00:00:18 Duration
Lecture 2 UPDATE - IMPORTANT - ABOUT UPLOADING
Lecture 3 Modifying our create view for file input 00:03:49 Duration
Lecture 4 Retrieving file data 00:04:52 Duration
Lecture 5 Persisting file data into the database 00:09:29 Duration
Lecture 6 Displaying images and using accessors to make it easy 00:06:00 Duration

Section 22 : Form - Login

Lecture 1 Section intro with Edwin Diaz 00:00:24 Duration
Lecture 2 New laravel installation 00:05:44 Duration
Lecture 3 Database connection and migrations 00:02:04 Duration
Lecture 4 Creating the login system under 1 minute 00:03:33 Duration
Lecture 5 Login creation overview 00:08:56 Duration
Lecture 6 Retrieving authenticated user data 00:07:09 Duration

Section 23 : Middleware - Security Protection

Lecture 1 Section intro 00:02:03 Duration
Lecture 2 Create a new laravel installation (challenge) 00:03:58 Duration
Lecture 3 Registering a new middleware and using it 00:06:56 Duration
Lecture 4 A more practical way to use middlewares 1 - roles, migration and relations setup 00:04:13 Duration
Lecture 5 A more practical way to use middlewares 2 - Custom method 00:10:10 Duration
Lecture 6 A more practical way to use middlewares 3 - Custom method 00:06:01 Duration
Lecture 7 A more practical way to use middlewares 4 - Custom method 00:03:36 Duration

Section 24 : Laravel Sessions

Lecture 1 Section intro with Edwin Diaz 00:00:32 Duration
Lecture 2 Setting and reading sessions 00:05:49 Duration
Lecture 3 Global session function deleting 00:03:36 Duration
Lecture 4 Flashing data 00:03:47 Duration

Section 25 : Laravel - Sending Email Api

Lecture 1 Section intro with Edwin Diaz 00:01:09 Duration
Lecture 2 New laravel installation 00:02:09 Duration
Lecture 3 Overview on mailgun 00:03:54 Duration
Lecture 4 Email verification 00:01:21 Duration
Lecture 5 Configuration 00:07:40 Duration
Lecture 6 Sending email part 1 - route 00:04:51 Duration
Lecture 7 Sending email part 2 - Finished 00:05:18 Duration
Lecture 8 Custom domain 00:03:05 Duration

Section 26 : Git and Github - Version Control

Lecture 1 Git intro 00:02:51 Duration
Lecture 2 Git Installation 00:01:13 Duration
Lecture 3 Git commands 00:02:04 Duration
Lecture 4 Git crash lecture 00:08:17 Duration
Lecture 5 Git workflow 00:06:03 Duration
Lecture 6 Branches 00:20:04 Duration
Lecture 7 Creating repositories on Github 00:03:48 Duration
Lecture 8 Git settings 00:02:24 Duration
Lecture 9 Cloning and pushing to Github 00:04:19 Duration
Lecture 10 Pull request and pulling changes 00:10:47 Duration
Lecture 11 Contributing to the project 00:06:43 Duration

Section 27 : New - Laravel 7 - Front-End

Lecture 1 New - Adding Bootstrap plus Login & Registration 00:14:15 Duration
Lecture 2 How to add templates to Laravel projects 00:15:20 Duration

Section 28 : Laravel data seeding

Lecture 1 Creating a simple seeder 00:06:56 Duration
Lecture 2 Creating a more advanced seeder with factories 00:07:23 Duration
Lecture 3 Let's create factories for all our database tables 00:11:11 Duration

Section 29 : New - Laravel Components

Lecture 1 Creating components part 1
Lecture 2 Creating components part 2 00:06:56 Duration
Lecture 3 Creating components part 3 00:04:54 Duration

Section 30 : New Application - Laravel 7

Lecture 1 Setting p views part 1 00:09:58 Duration
Lecture 2 Setting p views part 2 00:12:04 Duration
Lecture 3 Admin View creation setup 00:11:50 Duration
Lecture 4 Menu links and migration 00:07:27 Duration
Lecture 5 Blog Post view 00:07:24 Duration
Lecture 6 Posts migration 00:08:35 Duration
Lecture 7 Creating dummy data with relationships - Users with Posts 00:17:37 Duration
Lecture 8 Displaying posts on home page 00:09:20 Duration
Lecture 9 Displaying individual posts 00:07:27 Duration
Lecture 10 Creating a post from admin - Part 1 00:21:18 Duration
Lecture 11 Creating a post from admin - Part 2 00:07:23 Duration
Lecture 12 Creating a post from admin - Part 3 00:12:05 Duration
Lecture 13 Displaying a post from admin - Part 1 00:06:56 Duration
Lecture 14 Displaying a post from admin - Part 2 00:10:40 Duration
Lecture 15 Displaying a post from admin - Part 3 00:07:44 Duration
Lecture 16 Displaying the owner of the post 00:02:50 Duration
Lecture 17 CODE - IMPORTANT UPDATE FOR IMAGE ACCESSOR
Lecture 18 Example of Mutators and Accessors with an image path 00:11:26 Duration
Lecture 19 Flash messaging and deleting 00:18:12 Duration
Lecture 20 Updating a post part 1 00:07:15 Duration
Lecture 21 Updating a post part 2 00:16:54 Duration
Lecture 22 Creating Authorization Policies part 1 00:05:23 Duration
Lecture 23 Creating Authorization Policies part 2 00:16:19 Duration
Lecture 24 Creating Authorization Policies part 3 and refactoring 00:05:47 Duration
Lecture 25 Laravel pagination 00:09:06 Duration

Section 31 : New Application - Laravel 7 - Roles & Permissions - Migrations & Relationships

Lecture 1 Creating migrations part 1 00:06:41 Duration
Lecture 2 Creating migrations part 2 00:07:58 Duration
Lecture 3 Setting up relationships 00:05:31 Duration
Lecture 4 Using Tinker to insert Roles and Permissions 00:08:03 Duration
Lecture 5 Using permission on Dashboard example 00:05:30 Duration

Section 32 : New Application - Laravel 7 - Creating a User Profile

Lecture 1 Creating a user Profile part 1 00:12:21 Duration
Lecture 2 Creating a user Profile part 2 00:08:27 Duration
Lecture 3 Adding a Username 00:12:03 Duration
Lecture 4 Updating the profile 00:20:38 Duration

Section 33 : New Application - Laravel 7 - Admin Users

Lecture 1 Displaying all users part 1 00:08:05 Duration
Lecture 2 Displaying all users part 2 00:14:51 Duration
Lecture 3 Deleting users 00:08:12 Duration
Lecture 4 Creating some roles again 00:14:07 Duration
Lecture 5 Creating and using Middlewares for Route Authorization 00:05:56 Duration
Lecture 6 A little Recap 00:07:11 Duration
Lecture 7 Admin and Model Owner Same Access 00:09:23 Duration
Lecture 8 Routes for large applications 00:11:55 Duration
Lecture 9 Component nesting 00:05:47 Duration

Section 34 : New Application - Laravel 7 - User Profile Roles

Lecture 1 Displaying roles in User profile 00:08:26 Duration
Lecture 2 Detecting roles for the user 00:06:15 Duration
Lecture 3 Attaching roles part 1 00:05:49 Duration

Section 35 : New Application - Laravel 7 - Permissions & Roles - CRUD

Lecture 1 Attaching roles part 2
Lecture 2 CRUD - Create & Read - part 1 00:14:19 Duration
Lecture 3 CRUD - Create & Read - part 2 00:06:44 Duration
Lecture 4 CRUD - Create & Read - part 3 - validation 00:09:48 Duration
Lecture 5 CRUD - Deleting 00:09:48 Duration
Lecture 6 CRUD - Updating part 1 00:04:54 Duration
Lecture 7 CRUD - Updating part 2 00:05:03 Duration
Lecture 8 CRUD - Updating part 3 00:09:36 Duration
Lecture 9 Displaying role permissions 00:10:19 Duration
Lecture 10 Attaching and Detaching role permissions 00:12:59 Duration
Lecture 11 Displaying and deleting permissions 00:12:59 Duration
Lecture 12 Updating permissions 00:05:17 Duration
Lecture 13 Protecting routes globally & locally 00:06:47 Duration

Section 36 : Application - Legacy Version 5

Lecture 1 Why this section Please READ!
Lecture 2 Laravel Project Reference Files 00:02:36 Duration
Lecture 3 New laravel installation 00:05:07 Duration
Lecture 4 Database configuration 00:01:30 Duration
Lecture 5 Setting up views 00:04:45 Duration
Lecture 6 Users table Migration 00:04:53 Duration
Lecture 7 Relation setup and data entry 00:04:53 Duration
Lecture 8 Testing relation with Tinker 00:02:51 Duration
Lecture 9 Admin controller and routes 00:03:50 Duration
Lecture 10 Testing methods 00:04:12 Duration
Lecture 11 Installing NodeJs and files download - UPDATE - watch entire lecture 00:06:23 Duration
Lecture 12 Gulp and assets 00:10:30 Duration
Lecture 13 Admin master file - download file 00:05:14 Duration
Lecture 14 Version control and modifying master page 00:05:38 Duration
Lecture 15 Displaying users 00:11:36 Duration
Lecture 16 Create page 00:06:21 Duration
Lecture 17 Laravel collective html package 00:04:53 Duration
Lecture 18 Testing form and creating form fields 00:05:20 Duration
Lecture 19 Working on user form status field 00:04:16 Duration
Lecture 20 Populating the user roles select 00:05:02 Duration
Lecture 21 Password field and custom request 00:05:22 Duration
Lecture 22 Displaying errors and including with blade 00:04:36 Duration
Lecture 23 Adding upload file feature to form 00:07:45 Duration
Lecture 24 Persisting data and fixing bug 00:08:10 Duration
Lecture 25 User photos migration - relation - mass-assignment 00:05:31 Duration
Lecture 26 Creating links and more 00:08:24 Duration
Lecture 27 Persisting user with photo part 1 00:04:16 Duration
Lecture 28 Persisting user with photo part 2 00:05:04 Duration
Lecture 29 Displaying photos using an accessor 00:07:59 Duration
Lecture 30 Edit users part 1 - setting up the form 00:07:13 Duration
Lecture 31 Edit user part 2 - displaying images and status 00:05:36 Duration
Lecture 32 Updating part 1 and displaying errors 00:05:41 Duration
Lecture 33 Updating part 2 00:06:41 Duration
Lecture 34 Updating part 3 - Fixing loose ends 00:02:50 Duration
Lecture 35 Security part 1 - middleware registration 00:05:08 Duration
Lecture 36 Security part 2 - middleware - custom method and 404 page 00:06:28 Duration
Lecture 37 Deleting users 00:11:18 Duration
Lecture 38 Some flash messages 00:02:33 Duration
Lecture 39 Deleting images from the directory 00:06:13 Duration
Lecture 40 Adding more security 00:03:21 Duration

Section 37 : Application - Posts - Legacy Version 5

Lecture 1 Setting route files 00:06:58 Duration
Lecture 2 Migration 00:04:08 Duration
Lecture 3 Displaying post 00:08:16 Duration
Lecture 4 Relationship setup 00:04:40 Duration
Lecture 5 Creating form part 1 00:09:46 Duration
Lecture 6 Creating form part 2 00:04:21 Duration
Lecture 7 Creating form part 3 00:05:43 Duration
Lecture 8 Creating post 1 00:04:14 Duration
Lecture 9 Creating post 2 00:04:04 Duration
Lecture 10 Displaying images in post 00:05:42 Duration
Lecture 11 Creating model and migration for categories 00:03:48 Duration
Lecture 12 Displaying and creating posts with categories 00:04:36 Duration
Lecture 13 Let's stop and push to GitHub 00:03:54 Duration
Lecture 14 Pushing to GitHub warning 00:03:02 Duration
Lecture 15 Editing part 1 - setting up the page and form 00:06:10 Duration
Lecture 16 Editing part 2 - Lets edit the post 00:06:26 Duration
Lecture 17 Deleting - Challlenge 00:03:13 Duration
Lecture 18 Deleting - Solution 00:04:15 Duration
Lecture 19 Deleting users with relations 00:05:34 Duration
Lecture 20 Adding images to edit post 00:02:28 Duration

Section 38 : Application - Categories - Legacy Version 5

Lecture 1 Setting up categories 00:04:06 Duration
Lecture 2 Creating categories 00:07:29 Duration
Lecture 3 Updating and deleting categories 00:11:04 Duration

Section 39 : Application - Media - Legacy Version 5

Lecture 1 Setting up and displaying media 00:14:20 Duration
Lecture 2 Setting up the create view 00:03:33 Duration
Lecture 3 Adding the upload plugin 00:08:01 Duration
Lecture 4 Uploading images 00:04:32 Duration
Lecture 5 Deleting images 00:05:19 Duration

Section 40 : Application - Comments - Legacy Version 5

Lecture 1 Setting up part 1 00:14:08 Duration
Lecture 2 Relations and mass assignment 00:04:29 Duration
Lecture 3 Setting up views 00:06:57 Duration
Lecture 4 Creating a post part 1 00:06:28 Duration
Lecture 5 Creating a post part 2 00:05:59 Duration
Lecture 6 Creating a post part 3 00:04:31 Duration
Lecture 7 Creating a comment 00:19:22 Duration
Lecture 8 Displaying posts 00:08:34 Duration
Lecture 9 Approving, un-approving and deleting part 1 - setting it up 00:06:17 Duration
Lecture 10 Approving, un-approving and deleting part 2 - Using it 00:02:59 Duration
Lecture 11 Displayin comments 00:05:30 Duration
Lecture 12 Displaying specific comments 00:04:58 Duration
Lecture 13 Displaying comments in post page 00:11:54 Duration
Lecture 14 Creating the reply form 00:06:10 Duration
Lecture 15 Creating a reply 00:07:08 Duration
Lecture 16 Displaying replies 00:10:59 Duration
Lecture 17 Displaying replies with Javascript 00:09:01 Duration
Lecture 18 Displaying replies in admin part 1 00:08:13 Duration
Lecture 19 Displaying replies in admin part 2 00:09:03 Duration
Lecture 20 Updating and deleting replies 00:06:24 Duration

Section 41 : Extra Features - Legacy Version 5

Lecture 1 Pretty url configuration part 1 00:08:19 Duration
Lecture 2 Pretty url configuration part 2 and finished 00:08:34 Duration
Lecture 3 Laravel Pagination 00:06:14 Duration
Lecture 4 Pulling Gravatars from users 00:08:59 Duration

Section 42 : Upgrade to Laravel 5

Lecture 1 Brief introduction to changes 00:04:23 Duration
Lecture 2 Laravel project reference files download - version 5
Lecture 3 Upgrading - Extra folders in this version 00:13:38 Duration
Lecture 4 Upgrading routes part 1 00:05:15 Duration
Lecture 5 Upgrading routes part 2 - Login 00:07:27 Duration
Lecture 6 Upgrading routes part 3 - Route names 00:10:03 Duration
Lecture 7 Upgrading users 00:04:42 Duration
Lecture 8 Upgrading posts 00:09:26 Duration
Lecture 9 Upgrading categories 00:05:25 Duration
Lecture 10 Checking out media 00:02:09 Duration
Lecture 11 Upgrading middleware 00:03:44 Duration
Lecture 12 Upgrading our Pretty URL feature

Section 43 : Extra feature - WYSIWYG and File Management installation

Lecture 1 Part 1- Downloading packages and installing editor 00:05:33 Duration
Lecture 2 Part 2- Making folders and uploading files
Lecture 3 Displaying images 00:07:24 Duration

Section 44 : Extra feature - Disqus Comment System

Lecture 1 Installing disqus 00:06:24 Duration

Section 45 : Extra feature - Bulk Media Delete

Lecture 1 Part 1 - Creating form, method and route 00:09:02 Duration
Lecture 2 Part 2 - Testing our form and deleting 00:05:26 Duration
Lecture 3 Part 3 - Adding Javascript jQuery 00:06:34 Duration
Lecture 4 Fixing bulk delete bug and new improvements 00:10:58 Duration
Lecture 5 Removing extra delete button 00:01:49 Duration

Section 46 : Extra feature Deploying our app to a shared hosting account

Lecture 1 Intro 00:03:56 Duration
Lecture 2 SSH - WINDOWS OS 00:04:03 Duration
Lecture 3 SSH - MAC OS 00:08:13 Duration
Lecture 4 Module installation and PHP version 00:01:33 Duration
Lecture 5 Composer install 00:07:07 Duration
Lecture 6 Laravel installer 00:03:30 Duration
Lecture 7 Uploading project 00:04:45 Duration
Lecture 8 Configuring our environment file 00:07:06 Duration
Lecture 9 Our app live on the web 00:05:02 Duration
Lecture 10 Loging in 00:12:57 Duration
Lecture 11 Displaying images 00:01:51 Duration
Lecture 12 Deleting images 00:02:26 Duration
Lecture 13 Setting up production settings 00:00:59 Duration

Section 47 : Upgrade to Laravel 5

Lecture 1 Optional Section
Lecture 2 Intro and part 1 00:04:37 Duration
Lecture 3 Laravel upgrade to 5 00:06:51 Duration
Lecture 4 Laravel upgrade to 5 00:07:39 Duration
Lecture 5 Webpack error - fix 00:02:01 Duration

Section 48 : Upgrade to Laravel 5

Lecture 1 Optional Section
Lecture 2 Warning PHP Update for 5 00:05:28 Duration
Lecture 3 Laravel Homestead Box Update (Edwin from the future)
Lecture 4 Upgrading the easy way 00:07:35 Duration

Section 49 : Extra - Adjustments and more Features

Lecture 1 Making admin more modular 00:07:46 Duration
Lecture 2 Creating an admin controller 00:04:43 Duration
Lecture 3 Installing a Chart on admin 00:04:32 Duration
Lecture 4 Replacing Chart static data with dynamic data 00:05:50 Duration
Lecture 5 Some adjustments to admin posts page 00:04:17 Duration
Lecture 6 Installing a Blog Home Page 00:06:28 Duration
Lecture 7 Making front-end more modular 00:05:22 Duration
Lecture 8 Replacing static with dynamic data for home page 00:09:40 Duration
Lecture 9 Some adjustments to single post page 00:12:20 Duration
Lecture 10 Making front-end top navigation better 00:11:00 Duration
Lecture 11 Front-end Comment Flash messaging modification 00:06:21 Duration
Lecture 12 Pagination in the front-end 00:03:06 Duration

Section 50 : Upgrade to Laravel 5

Lecture 1 Optional Section
Lecture 2 Upgrading to Laravel 00:08:45 Duration

Section 51 : Upgrade from 5

Lecture 1 Optional Section
Lecture 2 Section intro with Edwin Diaz 00:04:55 Duration
Lecture 3 Let's start upgrading to 5 00:07:46 Duration
Lecture 4 Intalling PHP development environment 00:04:35 Duration
Lecture 5 Let's start upgrading to 5 00:04:03 Duration
Lecture 6 IDE Install 00:03:15 Duration

Section 52 : Upgrade from 5

Lecture 1 UPDATE -IMPORTANT - ABOUT ROUTES & PERMISSIONS - MAC
Lecture 2 Optional Section
Lecture 3 Composer 00:18:37 Duration
Lecture 4 Creating a Laravel project 00:04:22 Duration
Lecture 5 Lets start upgrading our app to 6 00:10:43 Duration
Lecture 6 Opening a project in the IDE 00:03:06 Duration
Lecture 7 Course - UPDATE - app dev extensions - MAC 00:02:09 Duration
Lecture 8 Virtual hosts 00:22:29 Duration