Completed
⌨️ Install Laravel Breeze
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Code a Google Drive Clone using Laravel and Vue.js – Complete Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Intro
- 2 ⌨️ Demo
- 3 ⌨️ Project Setup
- 4 ⌨️ Install Laravel Breeze
- 5 ⌨️ Email Verification
- 6 ⌨️ DB Overview, Models & Migrations
- 7 ⌨️ Explore Intertia Folder Structure
- 8 ⌨️ Authentication Layout
- 9 ⌨️ Define Main Routes
- 10 ⌨️ Create Root Folder On User Registration
- 11 ⌨️ Creating Folder
- 12 ⌨️ Save Folder Path
- 13 ⌨️ Show Files into table
- 14 ⌨️ Navigate into Second Level of Folders
- 15 ⌨️ Create Folders Inside Subfolder
- 16 ⌨️ Implement Breadcrumbs
- 17 ⌨️ Uploading Files
- 18 ⌨️ Show Human Readable File size
- 19 ⌨️ Show File Icons
- 20 ⌨️ Show File Progress
- 21 ⌨️ Display Error When File Already Exists
- 22 ⌨️ Implement Load More
- 23 ⌨️ Increase max_file_uploads
- 24 ⌨️ Deleting Files
- 25 ⌨️ Implement Downloading Files
- 26 ⌨️ Show Success Notifications
- 27 ⌨️ Implement Trash
- 28 ⌨️ Implement Favorites
- 29 ⌨️ Sharing Files to Others
- 30 ⌨️ Implement Shared With Me Page
- 31 ⌨️ Implement Shared By Me Page
- 32 ⌨️ Searching for Files
- 33 ⌨️ Connect to AWS S3
- 34 ⌨️ Download Files from S3
- 35 ⌨️ Project Deployment & Bug Fixing
- 36 ⌨️ Outro