Completed
- Add Ownership to Listings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel From Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Linode Sponsor
- 3 - Project Demo
- 4 - Setting Up Laravel
- 5 - Routing & Responses
- 6 - Wildcard Endpoints
- 7 - Route Constraints
- 8 - Die Dump Helpers
- 9 - Request & Query Params
- 10 - API Routes
- 11 - View Basics & Passing Data
- 12 - Blade Templates & Basic Directives
- 13 - Creating a Basic Model
- 14 - Database Setup & Config
- 15 - Create Database & User
- 16 - Creating Database Migrations
- 17 - Running Migrations
- 18 - Database Seeding
- 19 - Create an Eloquent Model
- 20 - Creating a Factory
- 21 - Creating a Layout & Sections
- 22 - Adding the Theme HTML
- 23 - Template Partials
- 24 - Single Listing Formatting
- 25 - Route Model Binding
- 26 - Blade Components
- 27 - Component Attributes
- 28 - Tags Component
- 29 - Controllers
- 30 - Resource Method Naming
- 31 - Using a Layout Component
- 32 - Tag Filter
- 33 - Search Filter
- 34 - Clockwork Package
- 35 - Create Listing Form
- 36 - Validation & Store Listing
- 37 - Mass Assignment Rule
- 38 - Flash Messages
- 39 - Alpine.js For Message Removal
- 40 - Keep Old Data In Form
- 41 - Pagination
- 42 - File Upload
- 43 - Edit Listing
- 44 - Delete Listing
- 45 - User Registration
- 46 - Auth Links
- 47 - User Logout
- 48 - User Login
- 49 - Auth & Guest Middleware
- 50 - Relationships
- 51 - Tinker Tinkering
- 52 - Add Ownership to Listings
- 53 - Manage Listings Page
- 54 - User Authorization