Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Complete Laravel Tutorial - Laravel From Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What is laravel?
- 3 - What can we create with Laravel?
- 4 - Laravel Documentation
- 5 - Installation
- 6 - Creating our first application
- 7 - Customizing our Terminal MAC
- 8 - Starting our first project in the browser
- 9 - Removing localhost from URL
- 10 - What code editor to use
- 11 - Setting up VS code [FREE]
- 12 - Setting up PHPstorm [PAID]
- 13 - First look at our application
- 14 - What is the .env file?
- 15 - Composer Json & Lock file
- 16 - Composer & Packagist
- 17 - The vendor directory
- 18 - Basic routing
- 19 - HTTP Responses In Routing
- 20 - Creating our first page
- 21 - Controllers
- 22 - Passing data to the views
- 23 - Route Parameters
- 24 - Named Routes
- 25 - Views
- 26 - Compiling assets [CSS & JS]
- 27 - Databases & Migrations
- 28 - Factory Model
- 29 - Query Builder
- 30 - Introduction to Eloquent
- 31 - Eloquent Serialization
- 32 - Eloquent One To Many
- 33 - Eloquent HasMany & HasOne
- 34 - Eloquent Many To Many
- 35 - Accessing the request
- 36 - Validation
- 37 - Form Requests
- 38 - Image upload
- 39 - Basic Artisan Commands
- 40 - Authorization & Authentication