Completed
Laravel Mix and Tailwind
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Demo
- 3 Installing and setting up Laravel
- 4 Routes, views and layouts
- 5 Laravel Mix and Tailwind
- 6 Styling the layout
- 7 Running migrations
- 8 Registering users
- 9 Signing in after registration
- 10 Authenticated state
- 11 Logging in
- 12 Logging out
- 13 Middleware
- 14 Post form
- 15 Setting up posts
- 16 User/post relationship
- 17 Creating a post
- 18 Listing posts
- 19 Pagination
- 20 Seeding with model factories
- 21 Liking and unliking posts
- 22 Eager loading
- 23 Deleting our posts
- 24 Authorization
- 25 User profile page
- 26 Blade components
- 27 Like count Eloquent relationship
- 28 Single post page
- 29 Sending email
- 30 Soft deleting models
- 31 Final tidying
- 32 Wrapping up