Laravel Crash Course

An introductory course for learning Laravel PHP Framework

  • Last update 29 May 2021
  • Duration 03:27:21
  • 24 lessons
  • Indonesian
Take the course for FREE

Course Content

  • 1. Introduction
    01:15

  • 2. Introduction
    07:31
  • 3. Installing Local Development on Windows
    15:19
  • 4. Installing Local Development on Mac OS
    15:57
  • 5. My Visual Studio Code Editor extension & Settings for working with Laravel
    01:38
  • 6. How to follow along this course
    02:31

  • 7. Laravel Routing
    08:06
  • 8. Request and Response
    05:13
  • 9. Working with Views
    09:17
  • 10. Working with Artisan CLI & Tinker
    06:59

  • 11. Setting up our Database connection
    03:57
  • 12. Database Migration
    10:05
  • 13. Working with Foreign key column
    13:01
  • 14. Populating database table with Seeder
    10:22
  • 15. Working with Faker Library
    05:52
  • 16. Introduction to Eloquent
    14:29
  • 17. Eloquent Relationship
    08:39
  • 18. Inserting related models
    05:42
  • 19. Model factories
    10:44

  • 20. Working with Resource API
    10:41
  • 21. Working with Controller
    14:30
  • 22. Validating data
    08:09
  • 23. Finishing touch
    02:18

  • 24. Upgrading our Laravel app to version 8 (current version)
    15:06
  • Unpublished lesson: Conclusion
  • Unpublished lesson: Testing purpose

Description

Welcome to Laravel Crash Course where you'll learn the Laravel PHP framework effectively. In this course, we're going to learn about the Laravel PHP framework that helps developers build web applications quickly and easily.

Some of the major topics that we will cover include:

  • Routing

Understanding how Laravel routing works, and how to handle request and response objects.

  • Working with database

Working with Database using migration, Seeders, Eloquent and Model Factories

  • Working with Controller, validation, and Resource API

Organizing our application logic with controllers, validating request data, and how to utilize resource API.

  • Upgrading Laravel application

And we wrap up with Upgrading our Laravel application to the newest version.

By the end of this course, you'll have mastered Laravel to make development faster and easier. You will learn all of this while building a case study project called Product manager a RESTful API for managing products on e-commerce using Laravel.

Before beginning this course you should be familiar with HTML, PHP, and have beginner level understanding of Object oriented programing.