Completed
- SQLite Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel 8 REST API With Sanctum Authentication
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Set Up Laravel
- 3 - SQLite Setup
- 4 - Basic Routing
- 5 - Product Model & Migration
- 6 - Using the Model
- 7 - Product Controller & Methods
- 8 - Create Products & Validation
- 9 - Single Product & Resource Routes
- 10 - Update Product
- 11 - Delete Product
- 12 - Search Products
- 13 - Sanctum Setup
- 14 - Protecting Routes
- 15 - Auth Controller
- 16 - Register User & Get Token
- 17 - Logout & Delete Token
- 18 - Login User & Get Token