Completed
- 5:10:53 Filtering posts by Category
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Laravel by Building a Medium Clone
Automatically move to the next video in the Classroom when playback concludes
- 1 - 0:00:00 Intro & Demo
- 2 - 0:05:35 Setup Environment & Create Project
- 3 - 0:15:03 Explore Directory Structure
- 4 - 0:21:36 Introduce Artisan
- 5 - 0:23:22 Laravel Configuration
- 6 - 0:26:27 Create Basic Route
- 7 - 0:28:01 Registration & Login Laravel Breeze
- 8 - 0:33:31 Email Verification
- 9 - 0:40:14 Tinker
- 10 - 0:44:02 Models & Migrations
- 11 - 0:52:25 Factories & Seeders
- 12 - 1:05:13 Output Categories & Posts
- 13 - 1:27:09 Pagination
- 14 - 1:33:19 Blade Directives
- 15 - 1:37:46 Components
- 16 - 1:50:06 Layouts
- 17 - 2:08:10 Create New Post
- 18 - 2:54:36 Profile Update Page
- 19 - 3:21:41 Post Details Page
- 20 - 3:52:05 User's Public Profile Page
- 21 - 4:16:44 Implement Follow/Unfollow
- 22 - 4:56:20 Implement Like/Unlike Post
- 23 - 5:10:53 Filtering posts by Category
- 24 - 5:21:36 Show only posts from following users
- 25 - 5:31:33 Image Resize
- 26 - 5:57:14 Home Page Optimization
- 27 - 6:11:38 Editing and Deleting Posts
- 28 - 6:43:26 Make image optional during Update
- 29 - 6:44:50 Show post owner in post item
- 30 - 6:50:30 Use Published At field to publish posts
- 31 - 6:59:38 Fix profile page avatar
- 32 - 7:02:03 Conclusion