Completed
- Migrations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Complete Laravel Tutorial in 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Setting up Laravel Valet [MAC]
- 3 - Setting up Visual Studio Code
- 4 - Setting up Laravel Debugbar
- 5 - Laravel Project Directory Explained
- 6 - Config & Env Variables
- 7 - Controllers
- 8 - Single Action Controllers
- 9 - Routing
- 10 - Route Parameters
- 11 - Routes With Expressions
- 12 - Named Routes
- 13 - Route Prefixes
- 14 - Fallback Routes
- 15 - Setup a database for Laravel
- 16 - Migrations
- 17 - Seeders
- 18 - Factories
- 19 - The Query Builder
- 20 - How to Install Tailwind CSS [WEBPACK]
- 21 - Variables & Control Structures
- 22 - Eloquent Model Conventions
- 23 - Retrieving Data using Eloquent
- 24 - Output Data in Blade
- 25 - Insert Data using Eloquent
- 26 - Image Upload in Laravel
- 27 - Validate & Error Messages
- 28 - Updating Data using Eloquent
- 29 - Deleting Data using Eloquent
- 30 - Form Requests
- 31 - Pagination
- 32 - One to Many Relationship
- 33 - One to One Relationship
- 34 - Many to Many Relationship
- 35 - Auth Middleware