Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

52 lines (42 loc) · 2.11 KB

Laravel 9 Course

Every chapter has its own associated repository. The repository will start with the episode number followed by the name. Example: 12-named-routes.

This repository is linked to the following YouTube playlist where we will be covering all topics that are needed to become a Laravel developer.

• Author: Code With Dary
• Twitter: @codewithdary
• Instagram: @codewithdary
• Patreon: Code With Dary

Technical Requirements

• PHP 8.0 or higher
• Composer installed

Prerequisites

• PHP knowledge
• Object-Oriented Programming
• Low level HTML & CSS knowledge

Course Overview

Introduction

Episode Subject
Ep. 1 Introduction to Laravel
Ep. 2 How to install Laravel on Mac
Ep. 3 How to setup VS Code for Laravel
Ep. 4 How to setup Laravel Debugbar
Ep. 5 Laravel project directory Explained
Ep. 6 Configuration & Env Explained

Controllers & Routing

Episode Subject
Ep. 7 Controllers in Laravel
Ep. 8 How to create single action controllers
Ep. 9 Basic Routing in Laravel
Ep. 10 Route Parameters in Laravel
Ep. 11 Routes with expressions in Laravel
Ep. 12 Named Routes in Laravel
Ep. 13 Route Groups in Laravel
Ep. 14 Route Prefixes in Laravel
Ep. 15 How to use fallback routes in Laravel

Database & Eloquent

| Ep. 16 | How to setup a database in Laravel | | Ep. 17 | Introduction to Migrations | | Ep. 18 | Seeding in Laravel |

Credits due where credits due…

Thanks to Laravel for giving me the opportunity to make this tutorial on Laravel!